mirror of
https://github.com/golang/go
synced 2024-11-23 13:30:08 -07:00
cmd/go/testdata/src: gofmt
These are functionality tests, not formatter tests. I also tested manually that 'go test cmd/go' without -short still passes. Change-Id: Id146e1dc3b65e19ea531869725cd0b97f4801b8b Reviewed-on: https://go-review.googlesource.com/33169 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
5f74ce394f
commit
2f76c1985f
1
src/cmd/go/testdata/src/my.pkg/pkg.go
vendored
1
src/cmd/go/testdata/src/my.pkg/pkg.go
vendored
@ -1,2 +1,3 @@
|
||||
package pkg
|
||||
|
||||
var Text = "unset"
|
||||
|
Loading…
Reference in New Issue
Block a user