mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 02:04:26 +00:00
5 lines
73 B
Go
5 lines
73 B
Go
|
package goleveldb
|
||
|
|
||
|
const DBName = "goleveldb"
|
||
|
const MemDBName = "memory"
|