improve godoc

This commit is contained in:
Nicola Murino
2019-10-08 10:29:16 +02:00
parent 60d4a3e1b5
commit 5ffa34dacb
4 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
// The package provides a request logger to log the HTTP requests for REST API too.
// The request logger uses chi.middleware.RequestLogger,
// chi.middleware.LogFormatter and chi.middleware.LogEntry to build a structured
// logger using zerlog
// logger using zerolog
package logger
import (