mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
This change modifies gopls to use the internal goimports library, which allows us to manually configure the ProcessEnv. We also add a logger to the ProcessEnv to allow this change not to conflict with gopls's logging mechanism. Fixes golang/go#32585 Change-Id: Ic9aae69c7cfbc9b1f2e66aa8d812175dbc0065ce Reviewed-on: https://go-review.googlesource.com/c/tools/+/184198 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>