refactor: generator

This commit is contained in:
Ilia Denisov
2025-09-11 23:26:32 +03:00
parent 371453fac5
commit d3b00b5c8d
9 changed files with 241 additions and 201 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import (
)
func Test_Generator(t *testing.T) {
generator.Generate(generator.DefaultMapParameters())
generator.Generate(generator.DefaultMapSetting())
}