rogpeppe / go-internal

Selected Go-internal packages factored out from the standard library
BSD 3-Clause "New" or "Revised" License
823 stars 67 forks source link

testscript/doc: add `go` to the list of testscript commands #249

Closed rudifa closed 2 months ago

rudifa commented 3 months ago

Fixes the issue #234.

mvdan commented 3 months ago

Sorry, but this isn't right. What I tried to explain in https://github.com/rogpeppe/go-internal/issues/234#issuecomment-1985911411 is that using the gotooltest.Setup func is what adds the go command. It's not available in testscript by default.