mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-09 20:50:34 +08:00
8 lines
60 B
Go
8 lines
60 B
Go
package collections
|
|
|
|
type (
|
|
Point struct {
|
|
X, Y int
|
|
}
|
|
)
|