]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: show package name in 'imported and not used' error
authorRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:21:09 +0000 (12:21 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:21:09 +0000 (12:21 -0400)
commit8d530f2472f1c4ef5cf0513a6735869fb606fa96
tree234576033336415caa091b17c933fe8ec6f57b0e
parenta7d8b35aacf00a87953a67c9d1f793c16a5440ef
cmd/gc: show package name in 'imported and not used' error

Fixes #5957.

R=ken2
CC=golang-dev
https://golang.org/cl/13250046
src/cmd/gc/lex.c
test/fixedbugs/issue5957.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue5957.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue5957.dir/c.go [new file with mode: 0644]
test/fixedbugs/issue5957.go [new file with mode: 0644]