commit | 9c721aedd572c00d1a91549dda910ce74fe17d44 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Sat Sep 06 15:27:52 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Sat Sep 06 15:27:52 2014 -0400 |
tree | 593861b6a83672095544e43467ef5ce40e232633 | |
parent | e8fc362049aea9000b5e5fe58d0c46dd14e05ba1 [diff] |
cmd/yacc: move cmd/yacc/expr to cmd/yacc/testdata/expr This will keep the go command from trying to build it when the cmd/ tree is no longer a special case. Also update doc.go to refer to the correct location. (It was incorrect even before this CL.) LGTM=r R=iant, r CC=golang-codereviews https://golang.org/cl/134560043