It looks like `go tool compile` doesn't have any o...
# development
h
It looks like
go tool compile
doesn't have any output though. Only
stdout
upon errors I'm not sure if I'm supposed to batch every package's compilation together like we do with MyPy, or return one
CheckResult
per
go_first_party_package
? The latter, right?