Go library for interacting with the excellent Postcodes.io service.
config := postcode.DefaultConfig()
postCodeClient := postcode.NewPostCode(config)
a := postCodeClient.BulkLookupPostcode(&model.BulkPostCodeRequest{Postcodes: []string{"OX49 5NU"}})
fmt.Println(a.Result[0].Result)
go get github.com/previousdeveloper/postcodes-go-client
Feel free to make contributions via a pull request. Please keep the tests current (and add, if necessary).