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)
}
-
Couldn't load subscription status.
- Fork 0
Golang library for postcodes.io
License
Couldn't load subscription status.
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