# README
RPGO 
This is currently a direct translation of uuksuu's RPGMakerDecrypter project, specifically the Decrypter namespace and the Tests namespace. You can go to that version here.
This was mainly an exercise with Go and the testing capabilities.
CLI
The CLI has been moved to a separate repository.
Tests
Current coverage as reported by go test -cover
: 90.9%
File | Coverage |
---|---|
binary_utils.go | 100% |
project_generator.go | 77.4% |
rgssad.go | 85.5% |
rgssadv1.go | 97.6% |
rgssadv3.go | 97.9% |
rpgmaker_version.go | 100.0% |