Tidy up the house

This commit is contained in:
2022-01-27 13:17:51 +01:00
parent f7d0a679c9
commit ab46275990
3 changed files with 10 additions and 12 deletions

View File

@ -7,11 +7,6 @@ import (
"github.com/oschwald/maxminddb-golang"
)
// Record is the interface to be implemented for record operations
type Record interface {
LookUp(ip net.IP)
}
// GeoRecord is the model for City database
type GeoRecord struct {
Country struct {