Example #1
0
func init() {
	store.Register("memstore", Setup)
}
Example #2
0
func init() {
	store.Register("sqlitestore", Setup)
}