crabmusket / gosunspec

SunSpec domain model and use cases for Go. UNMAINTAINED
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Expose memory test data #10

Closed jonseymour closed 7 years ago

jonseymour commented 7 years ago

The test data in the memory package was invisible to other packages because it was in a test module. Since the data is useful to other packages, changed the name of the module from data_test.go to data.go so that this does not occur.

Also, fixed with the memory implementation - the "SunS" eyecatcher was incorrect.