db_test.go 225 B

123456789101112131415
  1. package sqlite
  2. import (
  3. "testing"
  4. )
  5. func TestGetDb(t *testing.T) {
  6. // fmt.Println(GetDb())
  7. // db:=GetDb()
  8. // d:=model.DDNSTypeDBModel{
  9. // Name: "test",
  10. // ApiHost: "http://www.google.com",
  11. // }
  12. // db.Create(&d)
  13. }