include one very nice log

This commit is contained in:
Bel LaPointe
2022-01-27 19:00:40 -07:00
parent bd9dca9766
commit eab73aec04

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 {