1 2 3 4 5# testscript - end-to-end testing of Go commands The `go` tool uses an internal DSL for testing. It works really well and we want it for our own commands, so we've factored it out here.
1 2 3 4 5
# testscript - end-to-end testing of Go commands The `go` tool uses an internal DSL for testing. It works really well and we want it for our own commands, so we've factored it out here.