1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-05 00:58:47 +02:00

Updated godoc

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-23 22:56:28 -05:00
parent 840e19dec1
commit 3a67c062de
4 changed files with 10 additions and 8 deletions

View File

@ -31,10 +31,10 @@ type (
// - response_size
//
// Example "${remote_id} ${status}"
Format string // Required
Format string
// Output is the writer where logs are written.
Output io.Writer // Required
Output io.Writer
template *fasttemplate.Template
color *color.Color