Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ubombar committed Mar 19, 2024
1 parent e629aa3 commit d8c7f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/labeller/maxmind.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewMaxMindFromSecret() (MaxMind, error) {
return nil, errors.New("not yet implemented")
}

// This is for performing a lookup
// This is for performing a lookup on the IP Address
func (mm maxMind) MaxMindLookup(address string) (*geoip2.Response, error) {
req, err := http.NewRequest("GET", mm.url+address, nil)
if err != nil {
Expand Down

0 comments on commit d8c7f23

Please sign in to comment.