├── README.md ├── config.json ├── go.mod ├── go.sum ├── main.go ├── structs.go └── token.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/config.json -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/main.go -------------------------------------------------------------------------------- /structs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/structs.go -------------------------------------------------------------------------------- /token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sorrow446/Nugs-Downloader/HEAD/token.md --------------------------------------------------------------------------------