initial approximation

This commit is contained in:
Ilia Denisov
2023-08-04 07:44:35 +03:00
parent d3f87c3130
commit d95ecbc20c
10 changed files with 841 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package generator_test
import (
"testing"
"github.com/iliadenisov/galaxy/pkg/generator"
)
func Test_Generator(t *testing.T) {
generator.Generate(generator.DefaultMapParameters())
}