Skip to content

Commit

Permalink
feature: module support
Browse files Browse the repository at this point in the history
  • Loading branch information
chenqinghe committed Sep 3, 2019
1 parent 0ea45ad commit 4acfd16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/chenqinghe/baidu-ai-go-sdk

go 1.13

require github.com/imroc/req v0.2.4
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/imroc/req v0.2.4 h1:8XbvaQpERLAJV6as/cB186DtH5f0m5zAOtHEaTQ4ac0=
github.com/imroc/req v0.2.4/go.mod h1:J9FsaNHDTIVyW/b5r6/Df5qKEEEq2WzZKIgKSajd1AE=

0 comments on commit 4acfd16

Please sign in to comment.