Ejemplo n.º 1
0
func init() {
	store.Register("memstore", Setup)
}
Ejemplo n.º 2
0
func init() {
	store.Register("sqlitestore", Setup)
}