address-to-postalcode package main import ( "fmt" "github.com/tepcii/address-to-postalcode" ) func main() { fmt.Println(addrtopos.To("大阪府大阪市中央区北浜")) // 5410041 }