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:
@ -6,9 +6,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/go-kit/kit/endpoint"
|
||||
"github.com/go-kit/kit/log"
|
||||
"github.com/go-kit/kit/sd"
|
||||
"github.com/go-kit/kit/sd/internal/instance"
|
||||
"github.com/go-kit/log"
|
||||
)
|
||||
|
||||
func TestDefaultEndpointer(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user