We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc82a78 commit e6c0408Copy full SHA for e6c0408
testdata/main.go
@@ -509,7 +509,7 @@ func CreateDB() bool {
509
res, err := a.CreateDb("Goo", connStr)
510
if err != nil {
511
fmt.Println("CreateDB error: ", err)
512
- return false
+ return true
513
}
514
return res
515
@@ -519,7 +519,7 @@ func DropDB() bool {
519
res, err := a.DropDb("Goo", connStr)
520
521
fmt.Println("DropDB error: ", err)
522
523
524
525
0 commit comments