8 lines
209 B
Go
8 lines
209 B
Go
package testmodule
|
|
|
|
func SomeFunction(
|
|
with, lots, of, parameters, more, more, more, more, more string,
|
|
) (and string, lots string, of string, someerror string, returns string) {
|
|
return "", "", "", "", ""
|
|
}
|