refactor: remove unused struct

pull/3/head
sundowndev 2020-04-14 11:58:29 +01:00
parent 41e302df08
commit 6ff6cd13d0
1 changed files with 0 additions and 10 deletions

View File

@ -11,16 +11,6 @@ import (
"gopkg.in/yaml.v2"
)
type dumpResultFile struct {
Path string `yaml:"path"`
Occurrences int `yaml:"occurrences"`
}
type dumpResult struct {
Word string `yaml:"word"`
Files []*dumpResultFile `yaml:"files"`
}
func init() {
// Register command
rootCmd.AddCommand(dumpCmd)