Skip to content

Commit

Permalink
Merge pull request #39 from panjunjie/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lionsoul2014 authored Mar 29, 2018
2 parents 74b3045 + a1ae4c8 commit d22d96c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions binding/golang/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###golang 实现ip地址查询
### golang 实现ip地址查询

####获取
#### 获取

```
go get github.com/mohong122/ip2region/binding/golang
Expand All @@ -9,7 +9,7 @@ go get github.com/mohong122/ip2region/binding/golang



####使用
#### 使用

```golang

Expand Down Expand Up @@ -38,7 +38,7 @@ func main() {

```

####返回对象
#### 返回对象
```golang
type IpInfo struct {
CityId int64
Expand Down

0 comments on commit d22d96c

Please sign in to comment.