res.go 65 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6
package model

type ResCountry struct {
	Name string
	Area int
}