Update GeoIP library import path in geoip.go for consistency
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
"github.com/oschwald/geoip2-golang/geoip2"
|
"github.com/oschwald/geoip2-golang"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Service holds optional GeoLite2 City and/or ASN MMDB readers.
|
// Service holds optional GeoLite2 City and/or ASN MMDB readers.
|
||||||
|
|||||||
Reference in New Issue
Block a user