5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 10:23:03 +08:00
wails/v3/internal/parser/testdata/struct_literal_multiple_files/other.go
2023-01-18 21:42:49 +11:00

6 lines
50 B
Go

package main
type OtherService struct {
t int
}