mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
Update application-development.mdx (#1682)
This commit is contained in:
parent
3d24a9b4c4
commit
cf985cacee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue