change default templates for go

This commit is contained in:
Ruben Fiszel
2022-11-02 10:59:08 +01:00
parent 589cf023b2
commit 084f38c12a
+1 -1
View File
@@ -63,7 +63,7 @@ import (
// wmill "github.com/windmill-labs/windmill-go-client"
)
func main(x string) (interface{}, error) {
func main(x string, nested struct{ v string }) (interface{}, error) {
fmt.Println("Hello, World")
fmt.Println(quote.Opt())
// v, _ := wmill.GetVariable("g/all/pretty_secret")