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