anylink/dbdata/start.go

10 lines
85 B
Go

package dbdata
func Start() {
initDb()
}
func Stop() error {
return db.Close()
}