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