From 8023494a94d842963c157e5647b9c1b62b6ea0a8 Mon Sep 17 00:00:00 2001 From: Justin Nuß Date: Mon, 4 Aug 2014 10:37:57 +0200 Subject: Fix invalid struct tags and remove unreachable code. --- modules/log/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/log/file.go') 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"` -- cgit v1.2.3