On Fri, Jul 15, 2016, at 06:34 AM, Brad Fitzpatrick wrote:
> goimports has been updated.
>
> If you've been frustrated by its speed lately, run:
>
>    $ go get -u golang.org/x/tools/cmd/goimports
>
> ... and things should be much nicer.
>
> Details at https://golang.org/cl/24941
 
Some really neat changes in there. Out of interest does it prioritise
packages that are already imported by other files in the package you are
working on? Seems like that might be a useful heuristic to help speed up
searching for packages.
 
-- Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to