2023-01-20から1日間の記事一覧

Call Wails from Fable

wails initで生成されたコードはapp.goのGreetメソッドがフロントエンド側に公開されるように設定されている。 // Greet returns a greeting for the given name func (a *App) Greet(name string) string { return fmt.Sprintf("Hello %s, It's show time!"…