2
0

Fix some golint errors

- Add comments
- Rename variables
- Remove unnecessary "else"
This commit is contained in:
Jack Christensen
2016-03-29 15:18:09 -05:00
parent 129ff96567
commit 04e9fbcc55
7 changed files with 36 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type Logger interface {
Error(msg string, ctx ...interface{})
}
// Converts log level string to constant
// LogLevelFromString converts log level string to constant
//
// Valid levels:
// trace