mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
fcce194d34
Change-Id: I9a044fefe96e400b8e3320842b53fe97af2a7b40
3 lines
62 B
Go
3 lines
62 B
Go
if len(in) == 0 {
|
|
return "", fmt.Errorf("Input is empty")
|
|
}
|