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
Showing
Please register or sign in to comment