2023-04-06 21:59:09 +02:00
|
|
|
package testmodule
|
|
|
|
|
2023-04-07 00:06:38 +02:00
|
|
|
func SomeFunction(
|
|
|
|
with, lots, of, parameters, more, more, more, more, more string,
|
|
|
|
) (and string, lots string, of string, someerror string, returns string) {
|
2023-04-06 21:59:09 +02:00
|
|
|
return "", "", "", "", ""
|
|
|
|
}
|