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.
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.