mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 00:29:58 +00:00
TUN-3019: Remove declarative tunnel entry code
This commit is contained in:
2
vendor/zombiezen.com/go/capnproto2/pointer.go
generated
vendored
2
vendor/zombiezen.com/go/capnproto2/pointer.go
generated
vendored
@@ -155,7 +155,7 @@ func (p Ptr) text() (b []byte, ok bool) {
|
||||
// Text must be null-terminated.
|
||||
return nil, false
|
||||
}
|
||||
return b[:len(b)-1 : len(b)], true
|
||||
return b[: len(b)-1 : len(b)], true
|
||||
}
|
||||
|
||||
// Data attempts to convert p into Data, returning nil if p is not a
|
||||
|
Reference in New Issue
Block a user