]> Cypherpunks repositories - gostls13.git/commit
misc/emacs: find unused imports where path and package name differ
authorDominik Honnef <dominik.honnef@gmail.com>
Mon, 7 Oct 2013 17:08:26 +0000 (13:08 -0400)
committerAlan Donovan <adonovan@google.com>
Mon, 7 Oct 2013 17:08:26 +0000 (13:08 -0400)
commit989a63eb0b1f692c7d2aa0a4d3deed97b4505d15
treeba82762b1fee0699778bb1d9b6fbac8a68cc0e77
parentfc1bea321de31243c2f68316941e0f99eeb86557
misc/emacs: find unused imports where path and package name differ

The Go compiler emits extra information for this case:

imported and not used: "sandbox/foo_bar" as bar

R=adonovan
CC=golang-dev
https://golang.org/cl/14111043
misc/emacs/go-mode.el