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:
@ -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
|
||||
|
Reference in New Issue
Block a user