Minimalistic library for keeping up to date with Postal (Zip) Code checks and US state finder/parser.
go get github.com/lawzava/go-postal
package main
import "github.com/lawzava/go-postal"
func main() {
postal.IsValid("70100") // true
postal.IsValid("101023") // false
}