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