6 lines
50 B
Go
6 lines
50 B
Go
|
package rect
|
||
|
|
||
|
type Point struct {
|
||
|
X, Y float64
|
||
|
}
|