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