On Thursday, July 14, 2016 at 10:34:36 PM UTC-7, bradfitz 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
>

In addition to all the performance work, I'm excited to see:

> * when adding imports, add names to imports when the imported package 
name > doesn't match the baes of its import path. For example: > import foo 
"example.net/foo/v1" 
 
if for no other reason than that godef works better with these imports 
(https://github.com/rogpeppe/godef/issues/40).

--dave

-- 
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