point-tools-crawler/point/user.go

7 lines
91 B
Go
Raw Normal View History

2016-03-15 22:21:50 +00:00
package point
type User struct {
Id int `json:"id"`
Login string `json:"login"`
}