1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

Replace kit/log with log (#1173)

* Implement log/... packages with github.com/go-kit/log

* Use github.com/go-kit/log/... in all the other packages
This commit is contained in:
Chris Hines
2021-08-18 11:15:32 -04:00
committed by GitHub
parent 3220134a9b
commit 801da84a68
112 changed files with 215 additions and 3168 deletions

View File

@ -4,7 +4,7 @@ import (
"time"
"github.com/go-kit/kit/endpoint"
"github.com/go-kit/kit/log"
"github.com/go-kit/log"
)
// Endpointer listens to a service discovery system and yields a set of