include one very nice log
parent
bd9dca9766
commit
eab73aec04
|
|
@ -2,6 +2,7 @@ package zip
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
_ "embed"
|
||||||
|
"local/truckstop/logtr"
|
||||||
"math"
|
"math"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
@ -44,6 +45,7 @@ func init() {
|
||||||
State: state,
|
State: state,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
logtr.Infof("loaded %d zip codes", len(zips))
|
||||||
}
|
}
|
||||||
|
|
||||||
func alphafy(s string) string {
|
func alphafy(s string) string {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue