From eab73aec04afc05fe53d3db641fb8a426ebc1525 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 27 Jan 2022 19:00:40 -0700 Subject: [PATCH] include one very nice log --- zip/zip.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zip/zip.go b/zip/zip.go index 6f17573..1dbba4f 100644 --- a/zip/zip.go +++ b/zip/zip.go @@ -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 {