Skip to content

Commit bcd870b

Browse files
joeybloggsjoeybloggs
authored andcommitted
update log to use Table Driven Tests
- Need to break out into more test files for easier changes...but can wait.
1 parent e804c73 commit bcd870b

File tree

3 files changed

+1855
-655
lines changed

3 files changed

+1855
-655
lines changed

level.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var AllLevels = []Level{
1414
}
1515

1616
// Level of the log
17-
type Level int
17+
type Level uint8
1818

1919
// Log levels.
2020
const (

0 commit comments

Comments
 (0)