Skip to content

Commit

Permalink
use the new log package in examples (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Mar 26, 2022
1 parent 286381d commit 813445a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/examples/stringsvc.md
Expand Up @@ -263,7 +263,7 @@ You will need to remove `log.Fatal` from the bottom of the `main.go` file.

```go
import (
"github.com/go-kit/kit/log"
"github.com/go-kit/log"
)
```

Expand Down Expand Up @@ -346,7 +346,7 @@ And wire it in.
import (
"os"

"github.com/go-kit/kit/log"
"github.com/go-kit/log"
httptransport "github.com/go-kit/kit/transport/http"
)

Expand Down

0 comments on commit 813445a

Please sign in to comment.