From 92a80c7b694992f4580cf83557496117ff6dccc9 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 20 Sep 2021 21:43:25 +1000 Subject: [PATCH] [v2] Small template fix --- .../commands/initialise/templates/templates/vanilla/app.tmpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go index 417e65bf..52b8cea6 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go @@ -28,5 +28,5 @@ func (b *App) shutdown(ctx context.Context) { // Greet returns a greeting for the given name func (b *App) Greet(name string) string { - return fmt.Sprintf("Hello %s, It's your show time!", name) + return fmt.Sprintf("Hello %s, It's show time!", name) }