github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/prepare/04_database/demo2_mysql/demo_sqlx_test.go (about)

     1  package demo2_mysql
     2  
     3  import "testing"
     4  
     5  func TestRun(t *testing.T) {
     6  	run()
     7  }