Пример #1
0
func init() {
	storage.Register("memory", initDriver)
}
Пример #2
0
func init() {
	storage.Register("redis", initDriver)
}