go/misc/goplay
ChaiShushan 8529d99e1d misc/goplay: use go run x.go instead of go build x.go
when the program is not main package, `go run x.go` can't return the
link error message. so use `go run x.go` in instead `go build x.go`.

Fixes #5865.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/11165043
2013-07-12 09:41:10 +10:00
..
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
goplay.go misc/goplay: use go run x.go instead of go build x.go 2013-07-12 09:41:10 +10:00
Makefile build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
README misc: add goplay 2010-10-14 14:06:02 +11:00

See doc.go.