We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286381d commit 813445aCopy full SHA for 813445a
_src/examples/stringsvc.md
@@ -263,7 +263,7 @@ You will need to remove `log.Fatal` from the bottom of the `main.go` file.
263
264
```go
265
import (
266
- "github.com/go-kit/kit/log"
+ "github.com/go-kit/log"
267
)
268
```
269
@@ -346,7 +346,7 @@ And wire it in.
346
347
"os"
348
349
350
httptransport "github.com/go-kit/kit/transport/http"
351
352
0 commit comments