1
0
mirror of https://github.com/golang/go synced 2024-11-13 18:40:22 -07:00
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
README

See doc.go.