5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:29:40 +08:00
wails/v3/examples/binding/models/person.go
2023-01-18 21:42:49 +11:00

6 lines
52 B
Go

package models
type Person struct {
Name string
}