func Setup(p *testscript.Params) error
Setup sets up the given test environment for tests that use the go command. It adds support for go tags to p.Condition and adds the go command to p.Cmds. It also wraps p.Setup to set up the environment variables for running the go command appropriately.
It checks go command can run, but not that it can build or run binaries.