feat: working helm template

This commit is contained in:
2023-04-07 00:06:38 +02:00
parent 44575dd763
commit 3ab20c8a87
7 changed files with 68 additions and 42 deletions

View File

@@ -1,5 +1,7 @@
package testmodule
func SomeFunction(with, lots, of, parameters, more, more, more, more, more string) (and string, lots string, of string, someerror string, returns string) {
func SomeFunction(
with, lots, of, parameters, more, more, more, more, more string,
) (and string, lots string, of string, someerror string, returns string) {
return "", "", "", "", ""
}