Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Nov 19, 2022
1 parent 3470bc2 commit e6bbae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/cinsscore.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func CinsScore(ipaddr net.IP) (checkip.Result, error) {
return result, nil
}

// search searches the ippadrr in filename fills in ET data.
// cinsSearch searches the ippadrr in filename fills in ET data.
func cinsSearch(ipaddr net.IP, filename string) (cins, error) {
file, err := os.Open(filename)
if err != nil {
Expand Down

0 comments on commit e6bbae0

Please sign in to comment.