1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2026-04-30 19:58:55 +02:00
Files
2021-09-26 10:35:02 +08:00

16 lines
225 B
Go

package sqlite
import (
"testing"
)
func TestGetDb(t *testing.T) {
// fmt.Println(GetDb())
// db:=GetDb()
// d:=model.DDNSTypeDBModel{
// Name: "test",
// ApiHost: "http://www.google.com",
// }
// db.Create(&d)
}