go-ml-dev/dyl

View on GitHub

Showing 7 of 7 total issues

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

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build windows
Severity: Minor
Found in dyl_windows.go by gofmt

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

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build !windows
Severity: Minor
Found in dyl_unix.go by gofmt

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

2: cannot find package "github.com/ulikunitz/xz" in any of:
Open

    "github.com/ulikunitz/xz"
Severity: Minor
Found in dyl.go by govet

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
Severity
Category
Status
Source
Language