mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-19 19:36:35 +00:00
8 lines
60 B
Go
8 lines
60 B
Go
package collections
|
|
|
|
type (
|
|
Point struct {
|
|
X, Y int
|
|
}
|
|
)
|