2
0

make golint happy

This commit is contained in:
Nate Finch
2014-06-15 08:14:23 -04:00
parent 625d6c6216
commit 29a1a3fa69
+3 -1
View File
@@ -39,11 +39,13 @@ import (
const (
// Some helper constants to make your declarations easier to read.
Megabyte = 1024 * 1024
Gigabyte = 1024 * Megabyte
// note that lumberjack days and weeks may not exactly conform to calendar
// Note that lumberjack days and weeks may not exactly conform to calendar
// days and weeks due to daylight savings, leap seconds, etc.
Day = 24 * time.Hour
Week = 7 * Day