snippet/leveldb/config.go

6 lines
53 B
Go
Raw Normal View History

2022-04-14 14:12:57 +00:00
package leveldb
type Config struct {
Path string
}