logging/util.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var NilWriter should have comment or be unexported
Open

var NilWriter = &nilWriter{}
Severity: Minor
Found in logging/util.go by golint

exported function EmergencyLog should have comment or be unexported
Open

func EmergencyLog(format string, args ...interface{}) {
Severity: Minor
Found in logging/util.go by golint

There are no issues that match your filters.

Category
Status