mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Small template fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user