Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidZip is returned when zip code is not in zip or zip+4 formats. ErrInvalidZip = errors.New("invalid zip code") // ErrLocationNotFound is returned when location for passed zip code is not found. ErrLocationNotFound = errors.New("error location not found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.