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