Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Dec 5, 2020
1 parent 9dbd448 commit 4ac635b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/lookup.go
Expand Up @@ -10,6 +10,7 @@ import (

const url string = "https://ip-ranges.amazonaws.com/ip-ranges.json"

//Lookup returns Prefixes the ranges of which include the passed IP address
func Lookup(q string) ([]ranges.Prefix, error) {
var client http.Client
var prefixes []ranges.Prefix
Expand Down

0 comments on commit 4ac635b

Please sign in to comment.