Skip to content

Commit

Permalink
update: Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
royalrick committed Sep 14, 2018
1 parent b5f9d44 commit 550a72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ if err != nil {
return
}

fmt.Printf("返回结果: %#v", ui)
fmt.Printf("返回结果: %#v", res)

// 网络图片检测
//
Expand All @@ -617,7 +617,7 @@ if err != nil {
return
}

fmt.Printf("返回结果: %#v", ui)
fmt.Printf("返回结果: %#v", res)

```

Expand All @@ -638,6 +638,6 @@ if err != nil {
return
}

fmt.Printf("返回结果: %#v", ui)
fmt.Printf("返回结果: %#v", res)

```

0 comments on commit 550a72d

Please sign in to comment.