mirror of
https://github.com/golang/go
synced 2024-11-18 09:04:49 -07:00
bdcea2c1b3
The callbacks are intentionally concurrent, making this function very easy to misuse (most clients so far have got it wrong, even my own). Using a channel in the API makes the concurrency obvious, the correct usage easy, and the client control flow simpler. Change-Id: Ied38c3ed5c98b40eb1b322a984ed9dc092ac0918 Reviewed-on: https://go-review.googlesource.com/3250 Reviewed-by: Sameer Ajmani <sameer@golang.org> |
||
---|---|---|
.. | ||
eg | ||
importgraph | ||
lexical | ||
rename | ||
satisfy | ||
README |
golang.org/x/tools/refactor: libraries for refactoring tools.