grim/wasdead

Add a convey.yml
draft
2019-06-05, Gary Kramlich
a06926950b53
Add a convey.yml
package commands
import (
"github.com/prologic/bitcask"
"bitbucket.org/TheToyz/nowdead/globals"
)
type TidyCmd struct{}
func (c *TidyCmd) Run(g *globals.Globals) error {
return bitcask.Merge(g.DatabasePath, false)
}