-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Milestone
Description
Roms can be of many things. For example:
- Beta
- VirtualConsole
*Unlisted - Samle
- Promo
- Demo
- Movie
- Collection
- Bundle (1+1, etc)
- Hack
Make sure there is a function/method that can check that. For example:
if isOfficial(rom) {
// do something
}Acceptance Criteria
- Do a little research a gather some strings signalling a non-official release game
- Make sure the search is not case sensitive
- Make the code available into
internal/filterspkg - Write a unit-test
- Make sure there are testable examples
- For logging use https://github.com/Sirupsen/logrus
Hints