mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-10-27 12:59:22 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
package dbdata
|
|
|
|
func Start() {
|
|
initDb()
|
|
}
|
|
|
|
func Stop() error {
|
|
return db.Close()
|
|
}
|