logging/message.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type LogLevel should have comment or be unexported
Open

    LogLevel int
Severity: Minor
Found in logging/message.go by golint

exported const LevelDebug should have comment (or a comment on this block) or be unexported
Open

    LevelDebug LogLevel = iota
Severity: Minor
Found in logging/message.go by golint

There are no issues that match your filters.

Category
Status