An IP-Location Parser Written in GO
Aug 6, 2016
This parser is targeted to parse a IP dataset, which contains the data mapping like this:
1 | type Information struct { |
Note, data sample is not included in this repo, you can get it from QQZENG, or you can drop me an email and get a short sample.
This parser is under MIT license.
Test
1 | go test |
Example
Get the parser
1 | go get github.com/0x333333/iplocation.go |
Sample
1 | import ( |