mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
There is no need to check for import conflicts when the package name doesn't change. Add test. Also, when reporting a (non-spurious) import conflict, make clear that the error is just a warning. Add a test for same. Change-Id: Idde0483b502cd041fd893230fec06b8533f54f3c Reviewed-on: https://go-review.googlesource.com/24917 Reviewed-by: Michael Matloob <matloob@golang.org>
golang.org/x/tools/refactor: libraries for refactoring tools.