minor fixes and doc improvements

This commit is contained in:
Nicola Murino
2021-09-18 10:50:17 +02:00
parent b5639a51fd
commit 6ea38188e8
9 changed files with 68 additions and 48 deletions

View File

@@ -27,7 +27,7 @@ const (
// LogLevel defines log levels.
type LogLevel uint8
// defines our own log level, just in case we'll change logger in future
// defines our own log levels, just in case we'll change logger in future
const (
LevelDebug LogLevel = iota
LevelInfo