aboutsummaryrefslogtreecommitdiff
path: root/steam/steam.go
AgeCommit message (Collapse)AuthorFilesLines
2020-11-21Initial version of a web interfaceMitch Riedstra1-0/+17
2020-11-20Works after reorganization.Mitch Riedstra1-30/+32
2020-11-20Reorganize. Update to use go modules.Mitch Riedstra1-0/+123
2017-02-04Moved the libraries aroundMitch Riedstra1-123/+0
2017-01-16Added ability to extract games. Initial code to delete games. Initial basic ↵Mitch Riedstra1-0/+2
progress on a command line application.
2017-01-10Finding the ACF file now only returns the filename instead of the full path. ↵Mitch Riedstra1-5/+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-1/+3
2017-01-03Added a build script with other minimal changesMitch Riedstra1-2/+2
2017-01-01Add ability to find the ACF file related to the gameMitch Riedstra1-4/+53
2016-12-30InitialMitch Riedstra1-0/+65