kartograph-maps/pkg/generator/generator.go

11 lines
82 B
Go

package generator
type Field struct {
X int
Y int
}
func Generate() {
fmt.
}