cronsun/mdb.go

14 lines
125 B
Go
Raw Normal View History

2017-05-12 06:48:24 +00:00
package cronsun
import (
2017-05-12 06:48:24 +00:00
"github.com/shunfei/cronsun/db"
)
var (
2017-05-11 10:08:25 +00:00
mgoDB *db.Mdb
)
2017-05-11 10:08:25 +00:00
func GetDb() *db.Mdb {
return mgoDB
}