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