feat: with shuttletask; format

This commit is contained in:
2023-04-06 21:59:09 +02:00
commit ee922175c1
6 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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 "", "", "", "", ""
}