Go to file
Kevin Ruffin 994883c588 Adds creating a checksum file and verifying the download with it to the
bash script. Right now it removes the file if it doesn't match the
checksum, but should probably do something like rename it or just output
that it doesn't pass.
2022-02-19 22:20:35 -05:00
.gitignore Adds saving the token to a file for reuse. Adds logging in via a webview 2022-02-17 21:33:39 -05:00
go.mod Initial commit. 2022-02-17 20:12:44 -05:00
go.sum Initial commit. 2022-02-17 20:12:44 -05:00
main.go Adds creating a checksum file and verifying the download with it to the 2022-02-19 22:20:35 -05:00