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