summaryrefslogtreecommitdiff
path: root/doc/codewalk/run
Commit message (Collapse)AuthorAgeFilesLines
* doc: convert remaining bash tests to GoBryan C. Mills2019-11-141-21/+0
| | | | | | | | | | Updates #28387 Updates #30316 Fixes #35574 Change-Id: I21c9e18573909e092ed8dcec91b8542bb97e9f5a Reviewed-on: https://go-review.googlesource.com/c/go/+/207263 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: don't invoke go build with -o /dev/null during testRobert Daniel Kortschak2013-08-011-2/+2
| | | | | | | | Fixes #5998. R=golang-dev, khr CC=golang-dev https://golang.org/cl/12149043
* doc/codewalk: test source codeAndrew Gerrand2013-07-301-0/+21
Fixes #2648. R=golang-dev, r CC=golang-dev https://golang.org/cl/11331043