Skip to content

Commit

Permalink
Merge pull request #3 from austeane/master
Browse files Browse the repository at this point in the history
Adding two new fields
  • Loading branch information
stevepartridge committed Jul 23, 2019
2 parents 0d32382 + e32042e commit 6bde497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ type Components struct {
Zip string `json:"zip"`
County string `json:"county"`
Country string `json:"country"`
PreDirectional string `json:"PreDirectional"`
Prefix string `json:"Prefix"`
}

type Location struct {
Expand Down

0 comments on commit 6bde497

Please sign in to comment.