snippet/leveldb/config.go

6 lines
53 B
Go

package leveldb
type Config struct {
Path string
}