Annotations
2 errors
lint:
pkg/boolean.go#L4
S1008: should use 'return i > 0' instead of 'if i <= 0 { return false }; return true' (gosimple)
|
lint:
pkg/runtime.go#L20
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|