mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 14:10:31 +08:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
7
vendor/github.com/golang-collections/collections/point.go
generated
vendored
Normal file
7
vendor/github.com/golang-collections/collections/point.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package collections
|
||||
|
||||
type (
|
||||
Point struct {
|
||||
X, Y int
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user