tailscale/version
David Anderson b64d900f0f version: fix version output for "go run"
Before (note attempted use of absent date and commit hash):

"short": "1.37.0-dev",
"long": "1.37.0-dev-t",

After:

"short": "1.37.0-ERR-BuildInfo",
"long": "1.37.0-ERR-BuildInfo",

Signed-off-by: David Anderson <danderson@tailscale.com>
2023-02-11 07:29:55 +00:00
..
distro version: make all exported funcs compile-time constant or lazy 2023-02-11 07:29:55 +00:00
.gitignore version: greatly simplify redo nonsense, now that we use VERSION. 2020-11-02 19:54:44 -08:00
cmdname.go all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 2023-02-01 15:23:54 -08:00
cmdname_ios.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
cmp.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
cmp_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
export_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
modinfo_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
print.go version: make all exported funcs compile-time constant or lazy 2023-02-11 07:29:55 +00:00
prop.go version: make all exported funcs compile-time constant or lazy 2023-02-11 07:29:55 +00:00
race.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
race_off.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
version.go version: fix version output for "go run" 2023-02-11 07:29:55 +00:00
version_test.go version: make all exported funcs compile-time constant or lazy 2023-02-11 07:29:55 +00:00