include one very nice log

Bel LaPointe 2022-01-27 19:00:40 -07:00
parent bd9dca9766
commit eab73aec04
1 changed files with 2 additions and 0 deletions

View File

@ -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 {