]> Cypherpunks repositories - gostls13.git/commit
cmd/go: include external test files in the files sent to gofmt, govet, and gofix
authorSanjay Menakuru <balasanjay@gmail.com>
Wed, 4 Jan 2012 23:37:15 +0000 (10:37 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 4 Jan 2012 23:37:15 +0000 (10:37 +1100)
commit2693232f16fb91d715349b81bbb7af3c96c5459e
tree5e7e09ce1d51bf80077830872b9c19cb903d283f
parent3f1eb94ef2380e1f100835c3bccb7394d0c6138d
cmd/go: include external test files in the files sent to gofmt, govet, and gofix

Also, add XTestGoFiles to the go command's public api.

Fixes #2649.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5502102
src/cmd/go/list.go
src/cmd/go/pkg.go