├── .gitignore ├── LICENSE ├── README.md ├── main.go ├── repair.go ├── spotify.go └── utils.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/main.go -------------------------------------------------------------------------------- /repair.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/repair.go -------------------------------------------------------------------------------- /spotify.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/spotify.go -------------------------------------------------------------------------------- /utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalbhor/MusicRepair/HEAD/utils.go --------------------------------------------------------------------------------