1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/cmd/stringer
Andrew Gerrand 5ebbcd132f go.tools: use golang.org/x/... import paths
Rewrite performed with this command:
  sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \
    $(grep -lr 'code.google.com/p/go.' *)

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/170920043
2014-11-10 08:50:40 +11:00
..
testdata go.tools/cmd/stringer: add end-to-end test that compiles, runs, and verifies the generated method 2014-09-05 15:42:23 -07:00
endtoend_test.go go.tools/cmd/stringer: add .exe suffix to executable name in TestEndToEnd 2014-09-08 13:55:05 +10:00
golden_test.go go.tools/cmd/stringer: delete needless subtraction of zero in generated code 2014-09-05 17:05:28 -07:00
stringer.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
util_test.go go.tools/cmd/stringer: add tests 2014-09-04 14:16:59 -07:00