import (
"github.com/DocHQ/go-postcodes"
"fmt"
)
func main(){
post, err := postcodesio.Lookup("AA1 1AA")
if err != nil {
fmt.Println(err)
}
fmt.Println(post.Result)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Golang library for postcodes.io
License
dochq/go-postcodes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Golang library for postcodes.io
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published