mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-22 18:44:13 +00:00
11 lines
121 B
Go
11 lines
121 B
Go
package tiedot
|
|
|
|
import (
|
|
"github.com/HouzuoGuo/tiedot/db"
|
|
)
|
|
|
|
type Database struct {
|
|
DBdir string
|
|
DBhandle *db.DB
|
|
}
|