diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-08-04 13:46:23 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-08-04 13:46:23 -0400 |
commit | 5f84e8f4fffa103438e3d1af9dfe3ad8f669e4e5 (patch) | |
tree | 74d2537b581ec04cb0313822e3561f79929979a5 /modules/log/file.go | |
parent | 755eec745fa324fdd13078f0147638f8731652ba (diff) | |
parent | 8023494a94d842963c157e5647b9c1b62b6ea0a8 (diff) |
Merge pull request #346 from nuss-justin/vet
Fix invalid struct tags and remove unreachable code.
Diffstat (limited to 'modules/log/file.go')
-rw-r--r-- | modules/log/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log/file.go b/modules/log/file.go index cce53529..52a2f68c 100644 --- a/modules/log/file.go +++ b/modules/log/file.go @@ -34,7 +34,7 @@ type FileLogWriter struct { // Rotate daily Daily bool `json:"daily"` - Maxdays int64 `json:"maxdays` + Maxdays int64 `json:"maxdays"` daily_opendate int Rotate bool `json:"rotate"` |