mirror of
https://github.com/golang/go
synced 2024-11-18 09:34:53 -07:00
7480c7b454
The existing flag parsing logic doesn't initialize a ProcessEnv struct, which results in a nil dereference when trying to access the LocalPrefix property. The fix is to initialize the default options with an initialized ProcessEnv. Fixes #39862 Change-Id: I57cff249d6bf0ced6bb70e53174b2515fe9fbb97 GitHub-Last-Rev: 2d6e5f3af226088ddc4ed88198edd5c5ea469240 GitHub-Pull-Request: golang/tools#239 Reviewed-on: https://go-review.googlesource.com/c/tools/+/240019 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> |
||
---|---|---|
.. | ||
doc.go | ||
goimports_gc.go | ||
goimports_not_gc.go | ||
goimports.go |