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