Skip to content

Commit

Permalink
Removed dig lib in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeng45 committed Aug 12, 2019
1 parent d505621 commit bb63824
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
28 changes: 13 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ func testMySql() {
return
}
testListUser(container)
//testFindById(container)
//testRegisterUser(container)
//testModifyUser(container)
//testUnregister(container)
//testModifyAndUnregister(container)
//testModifyAndUnregisterWithTx(container)
//testListCourse(container)
testFindById(container)
testRegisterUser(container)
testModifyUser(container)
testUnregister(container)
testModifyAndUnregister(container)
testModifyAndUnregisterWithTx(container)
testListCourse(container)

}
func testCouchDB() {
Expand Down

0 comments on commit bb63824

Please sign in to comment.