Example #1
0
func init() {
	adapter.Register(new(mgo.Database), Init)
}
Example #2
0
func init() {
	adapter.Register(new(os.File), Init)
}