go-ml-dev/dyl

View on GitHub
fu.go

Summary

Maintainability
A
0 mins
Test Coverage
A
94%

exported function IfsOption should have comment or be unexported
Open

func IfsOption(t interface{}, o []interface{}) interface{} {
Severity: Minor
Found in fu.go by golint

exported function StrMultiOption should have comment or be unexported
Open

func StrMultiOption(o []interface{}, t ...interface{}) (string, int) {
Severity: Minor
Found in 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.go by golint

exported function MultiOption should have comment or be unexported
Open

func MultiOption(o []interface{}, t ...interface{}) (reflect.Value, int) {
Severity: Minor
Found in fu.go by golint

There are no issues that match your filters.

Category
Status