rename module to match public repo

This commit is contained in:
2021-11-16 15:19:59 -06:00
parent 1267a8f4e3
commit 845d5a0294
3 changed files with 5 additions and 3 deletions

View File

@@ -3,8 +3,9 @@ package main
import (
"flag"
"fmt"
"lookupip/src/ipapi"
"strings"
"github.com/ryanehamil/lookupip/src/ipapi"
)
var verbose bool = false