mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 08:29:40 +08:00
8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
type OtherService struct {
|
|
t int
|
|
}
|
|
|
|
func (o *OtherService) Hello() {}
|