I was banging my head against a wall trying to get help for go build
with go build help
(and for some reason go doesn’t support go build --help
, but I kept getting this error:
package help is not in GOROOT (/opt/homebrew/Cellar/go/1.18.3/libexec/src/help)
Does brew not come with docs by default? How else am I supposed to interpret that?
No, I’m just dumb. It’s not go build help
, it’s
go help build