You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/cmd
Josh Bleecher Snyder a4e19f2233 version: remove rsc.io/goversion dependency
rsc.io/goversion is really expensive.
Running version.ReadExe on tailscaled on darwin
allocates 47k objects, almost 11mb.

All we want is the module info. For that, all we need to do
is scan through the binary looking for the magic start/end strings
and then grab the bytes in between them.

We can do that easily and quickly with nothing but a 64k buffer.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 3 years ago
cloner cmd/cloner: support maps with clone ptrs 3 years ago
derper cmd/derper: dial VPC address with right context 3 years ago
derpprobe cmd/derpprobe: add in a delay to wait for mesh info to sync 3 years ago
hello all: adapt to opaque netaddr types 4 years ago
microproxy tsweb: replace NewMux with a more flexible DebugHandler. 3 years ago
mkpkg cmd/mkpkg: allow zero files in a package. 4 years ago
speedtest Implemented Commandline Download Speedtest (#2064) 3 years ago
tailscale version: remove rsc.io/goversion dependency 3 years ago
tailscaled version: remove rsc.io/goversion dependency 3 years ago
tsshd all: gofmt with Go 1.17 3 years ago