Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Last active October 29, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IndianGuru/71160efe1fcb87fc6628 to your computer and use it in GitHub Desktop.
Save IndianGuru/71160efe1fcb87fc6628 to your computer and use it in GitHub Desktop.
type.go
type Numverify struct {
Valid bool `json:"valid"`
Number string `json:"number"`
LocalFormat string `json:"local_format"`
InternationalFormat string `json:"international_format"`
CountryPrefix string `json:"country_prefix"`
CountryCode string `json:"country_code"`
CountryName string `json:"country_name"`
Location string `json:"location"`
Carrier string `json:"carrier"`
LineType string `json:"line_type"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment