point-tools-crawler/point/user.go
2016-03-16 01:21:50 +03:00

7 lines
91 B
Go

package point
type User struct {
Id int `json:"id"`
Login string `json:"login"`
}