SYMBOL INDEX (14 symbols across 4 files) FILE: main.go function main (line 18) | func main() { FILE: repair.go function RepairWorker (line 15) | func RepairWorker(client spotify.Client, job <-chan string, results chan... function RevertWorker (line 25) | func RevertWorker(job <-chan string, results chan<- string) { function Revert (line 36) | func Revert(path string) error { function Repair (line 51) | func Repair(client spotify.Client, path string) error { FILE: spotify.go type Metadata (line 16) | type Metadata struct method Load (line 26) | func (m *Metadata) Load(track spotify.FullTrack) error { function GetMetadata (line 53) | func GetMetadata(client spotify.Client, query string) (*Metadata, error) { function SpotifyAuth (line 73) | func SpotifyAuth(Id, Secret string) (spotify.Client, error) { FILE: utils.go type Config (line 14) | type Config struct function LoadConfig (line 22) | func LoadConfig() (*Config, error) { function SetConfig (line 36) | func SetConfig() error { function WalkDir (line 58) | func WalkDir(root string) (fileList []string) { function CheckFrames (line 77) | func CheckFrames(frames map[string][]id3v2.Framer) bool {