grim/wasdead

split the commands into individual files
draft
2019-06-08, Gary Kramlich
a864eaa9eb45
split the commands into individual files
package commands
import (
"github.com/prologic/bitcask"
"bitbucket.org/rw_grim/wasdead/globals"
)
type TidyCmd struct{}
func (c *TidyCmd) Run(g *globals.Globals) error {
return bitcask.Merge(g.DatabasePath, false)
}