rect/point.go

6 lines
50 B
Go

package rect
type Point struct {
X, Y float64
}