mirror of
https://github.com/astaxie/beego.git
synced 2024-11-06 02:00:54 +00:00
5 lines
73 B
Go
5 lines
73 B
Go
|
package goleveldb
|
||
|
|
||
|
const DBName = "goleveldb"
|
||
|
const MemDBName = "memory"
|