neo-go/pkg/compiler/testdata/bar/bar.go

10 lines
135 B
Go
Raw Normal View History

package bar
// Bar is something used for testing purposes (TODO: move somewhere?)
type Bar struct {
X int
Y int
Z string
B bool
}