mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
Small typo
This commit is contained in:
@@ -83,7 +83,7 @@ func (a *App) shutdown(ctx context.Context) {
|
||||
}
|
||||
|
||||
func (a *App) Greet(name string) string {
|
||||
return fmt.Printf("Hello %s!", name)
|
||||
return fmt.Sprintf("Hello %s!", name)
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user