From 084f38c12a55a747df2fdaa17a88faa92abf5b13 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 2 Nov 2022 10:59:08 +0100 Subject: [PATCH] change default templates for go --- frontend/src/lib/script_helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/script_helpers.ts b/frontend/src/lib/script_helpers.ts index 416e39d5f2..328a7a5c9e 100644 --- a/frontend/src/lib/script_helpers.ts +++ b/frontend/src/lib/script_helpers.ts @@ -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")