mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
change default templates for go
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user