mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-20 12:56:24 +00:00
6 lines
47 B
Go
6 lines
47 B
Go
package point
|
|
|
|
type Point struct {
|
|
X, Y int
|
|
}
|