feat: working helm template
This commit is contained in:
@@ -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 "", "", "", "", ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user