go-ml-dev/iokit

View on GitHub
fu/fu.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Fvs should have comment or be unexported
Open

func Fvs(a ...interface{}) string {
Severity: Minor
Found in fu/fu.go by golint

exported function Option should have comment or be unexported
Open

func Option(t interface{}, o interface{}) reflect.Value {
Severity: Minor
Found in fu/fu.go by golint

exported function Mini should have comment or be unexported
Open

func Mini(a int, b ...int) int {
Severity: Minor
Found in fu/fu.go by golint

exported function Ife should have comment or be unexported
Open

func Ife(expr bool, x interface{}, y interface{}) interface{} {
Severity: Minor
Found in fu/fu.go by golint

exported function Ifei should have comment or be unexported
Open

func Ifei(expr bool, x int, y int) int {
Severity: Minor
Found in fu/fu.go by golint

exported function Ifes should have comment or be unexported
Open

func Ifes(expr bool, x string, y string) string {
Severity: Minor
Found in fu/fu.go by golint

There are no issues that match your filters.

Category
Status