The link to alice was invalid, just missing the protocol.
This commit is contained in:
Will Huxtable 2017-05-20 11:32:00 +01:00 committed by GitHub
parent 19a9a81cd2
commit 2af75c68e6
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ log.Ctx(ctx).Info().Msg("hello world")
The `github.com/rs/zerolog/hlog` package provides some helpers to integrate zerolog with `http.Handler`.
In this example we use [alice](github.com/justinas/alice) to install logger for better readability.
In this example we use [alice](https://github.com/justinas/alice) to install logger for better readability.
```go
log := zerolog.New(os.Stdout).With().