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.
`go build ./...` does indeed compile and link main packages, it just does not move the resulting binaries anywhere permanent like `go install` does. As such, the TODO isn't relevant; the fact that we build all packages inside each module means we are already linking any binaries matched via `./...` from the module root. We don't run any of the binaries, which would catch panics at run-time, but we already have a note at the top about using `garble test`. |
2 years ago | |
---|---|---|
.. | ||
cached_modfiles | 2 years ago | |
bench_literals.go | 2 years ago | |
check-third-party.sh | 2 years ago | |
crlf-test.sh | 2 years ago | |
ensure-copyrights.sh | 5 years ago | |
gen-go-std-tables.sh | 2 years ago |