rowboz/types/position.go

7 lines
54 B
Go

package types
type Position struct {
x int
y int
}