Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiang1 committed Nov 7, 2019
1 parent c67c6c2 commit 3cf14b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ module github.com/ljiang1/multv
replace github.com/ljiang1/multv/action => github.com/ljiang1/multv/action/a2 v0.0.0-20191107185813-79e50ee02ddb

go 1.12

require github.com/ljiang1/multv/sdk v0.0.0-20191107192848-c67c6c2a26cd
7 changes: 2 additions & 5 deletions sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ module github.com/ljiang1/multv/sdk

go 1.12

require (
github.com/ljiang1/multv/action v0.0.0-00010101000000-000000000000
github.com/ljiang1/multv/action/a1 v0.0.0-20191107192042-f072c1593b76
)

replace github.com/ljiang1/multv/action => github.com/ljiang1/multv/action/a2 v0.0.0-20191107185813-79e50ee02ddb

require github.com/ljiang1/multv/action v0.0.0-00010101000000-000000000000
11 changes: 11 additions & 0 deletions unit_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package my

import (
"github.com/ljiang1/multv/sdk"
"testing"
)

func TestClientAtRoot(t *testing.T) {
sdk.NewClient()

}

0 comments on commit 3cf14b5

Please sign in to comment.