1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:18:32 -06:00
go/refactor
Alan Donovan 41f0d01034 refactor/importgraph: fix a race condition.
The main goroutine wasn't waiting for the two closed channels to drain.

Moral: with concurrency, never invent.  D'oh.

LGTM=sameer
R=sameer
CC=golang-codereviews
https://golang.org/cl/178090043
2014-12-03 09:56:23 -05:00
..
eg go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
importgraph refactor/importgraph: fix a race condition. 2014-12-03 09:56:23 -05:00
lexical go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
rename x/tools/*: print program name, not "Error", when reporting command error messages. 2014-11-17 12:58:28 -05:00
satisfy go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
README go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00

golang.org/x/tools/refactor: libraries for refactoring tools.