persist/test/basic/types.go
2018-08-03 15:08:30 -04:00

8 lines
65 B
Go

package main
type mine1 int
type mine2 struct {
a int
b int
}