Skip to content

Commit 813445a

Browse files
use the new log package in examples (#34)
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 286381d commit 813445a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_src/examples/stringsvc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ You will need to remove `log.Fatal` from the bottom of the `main.go` file.
263263

264264
```go
265265
import (
266-
"github.com/go-kit/kit/log"
266+
"github.com/go-kit/log"
267267
)
268268
```
269269

@@ -346,7 +346,7 @@ And wire it in.
346346
import (
347347
"os"
348348

349-
"github.com/go-kit/kit/log"
349+
"github.com/go-kit/log"
350350
httptransport "github.com/go-kit/kit/transport/http"
351351
)
352352

0 commit comments

Comments
 (0)