Merge pull request #85 from heweizhen0822/patch-2

Update main.go
This commit is contained in:
lionsoul 2018-10-18 20:59:09 +08:00 committed by GitHub
commit e4d3772e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import ( import (
"os" "os"
"github.com/mohong122/ip2region/binding/golang/ip2region" "github.com/lionsoul2014/ip2region/binding/golang/ip2region"
"bufio" "bufio"
"fmt" "fmt"
"strings" "strings"