snappy/pkg/user.go

7 lines
92 B
Go

package sn
type User struct {
Id int `json:"id,string"`
Name string `json:"name"`
}