1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-09 20:50:34 +08:00
Files
terasu-cloudflared/vendor/github.com/golang-collections/collections/point.go
2018-07-19 15:02:24 -05:00

8 lines
60 B
Go

package collections
type (
Point struct {
X, Y int
}
)