cmd/ursrv: The driver import is important, though

This commit is contained in:
Jakob Borg 2023-01-31 09:57:16 +01:00
parent a5b6199507
commit a6c2a5a0ce
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import (
"time"
"unicode"
_ "github.com/lib/pq" // PostgreSQL driver
"github.com/oschwald/geoip2-golang"
"golang.org/x/text/cases"
"golang.org/x/text/language"