mirror of
https://github.com/golang/go.git
synced 2025-05-05 07:33:00 +00:00
I forgot to set .Name on completion candidates. That meant that if the package name didn't match the import path, you'd first get an import without a name, then it would be added when you organized imports. Change-Id: Ic374de872324effa6bc04c1440c659d7a182d17f Reviewed-on: https://go-review.googlesource.com/c/tools/+/205503 Run-TryBot: Heschi Kreinick <heschi@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>