Files
2022-05-20 10:07:19 -07:00

10 lines
77 B
Go

package main
type User struct {
Id int64
Name string
}
func main() {
}