You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modernize scraper (#149)
* Update Go test versions
* Switch to using context.Context for communicating cancel.
* Fix rename
* Remove Darwin from CI
* Vendor packages
* Vendor sqlite
* Update README.md
* remove noasm from tests
* Switch ADB to be the default MAME src.
* Clean up and remove fs dependency
* switch to ctx.Err
* Remove Deprecated Flags
* Add some rudimentary 7z support.
Fixes#145
* First pass at adding in mix images for SS.
Also remove some debug logging entries.
Updates #144
* Add .ctg extension
Updates: #143