You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-15 23:54:17 +02:00
first commit
This commit is contained in:
15
pkg/sqlite/db_test.go
Normal file
15
pkg/sqlite/db_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
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)
|
||||
}
|
Reference in New Issue
Block a user