mirror of https://github.com/golang/go.git
We stored the user's environment settings as a string slice, but users set it as a map. It turns out that we have code spread around to convert it both back and forth, so rather than hack up the doc generator, so centralize that code and change the native representation to a map. We end up with slightly less code. Fixes golang/go#41964. Change-Id: I975c69524c7d79c7d09079f44cc44a27e72ba285 Reviewed-on: https://go-review.googlesource.com/c/tools/+/262351 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
|---|---|---|
| .. | ||
| analysisinternal | ||
| apidiff | ||
| event | ||
| fakenet | ||
| fastwalk | ||
| gocommand | ||
| gopathwalk | ||
| imports | ||
| jsonrpc2 | ||
| lsp | ||
| memoize | ||
| packagesinternal | ||
| proxydir | ||
| span | ||
| stack | ||
| testenv | ||
| tool | ||
| typesinternal | ||
| xcontext | ||