mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 05:30:22 +08:00
6 lines
50 B
Go
6 lines
50 B
Go
package main
|
|
|
|
type OtherService struct {
|
|
t int
|
|
}
|