5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:29:40 +08:00
wails/v3/internal/parser/testdata/struct_literal_multiple_files/other.go
2023-02-21 17:10:36 +11:00

8 lines
85 B
Go

package main
type OtherService struct {
t int
}
func (o *OtherService) Hello() {}