aboutsummaryrefslogtreecommitdiff
path: root/steam/package.go
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20Update documentation. Remove all traces of chdir from the steam library. ↵Mitchell1-15/+16
Remove most linter complaints.
2021-01-09Add some download stats, and a status endpoint.Mitch Riedstra1-2/+9
2021-01-08Also show the size of games on the page listingMitch Riedstra1-0/+20
2020-12-25Flush the tarwriter before we returnMitch Riedstra1-1/+1
2020-11-20Works after reorganization.Mitch Riedstra1-55/+57
2020-11-20Reorganize. Update to use go modules.Mitch Riedstra1-0/+96
2017-02-04Moved the libraries aroundMitch Riedstra1-96/+0
2017-01-16Add support for gzipped archivesMitch Riedstra1-4/+4
2017-01-16Add ability to delete games. Remove old "main.go"Mitch Riedstra1-4/+17
2017-01-16Added ability to extract games. Initial code to delete games. Initial basic ↵Mitch Riedstra1-6/+55
progress on a command line application.
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ↵Mitch Riedstra1-2/+10
When you package a game the ACF file is now included.
2017-01-06Added an archive library and ability to package steam gamesMitch Riedstra1-0/+26