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