superlint/.automation/test/go/golang_bad_01.go
Marco Ferrari fcce194d34 Merge TestCodebase and LintCodebase
Change-Id: I9a044fefe96e400b8e3320842b53fe97af2a7b40
2020-10-17 16:12:55 +02:00

3 lines
62 B
Go

if len(in) == 0 {
return "", fmt.Errorf("Input is empty")
}