mirror of https://github.com/golang/go.git
Now that .a files are no longer being preinstalled for standard-library packages (#47257), tests that require the export data from those files must have access to 'go list -export' in order to generate and load export data from the Go build cache. `go list -export` does not work without a Go compiler, so assume that tests that need the 'go' command also need the compiler. This may cause the tests currently failing on the android-.*-emu builders to instead be skipped, since the test harness does not copy the compiler to the execution environment. For golang/go#47257. Change-Id: Ie82ab09ac8165a01fc1d3a083b1e86226efc469d Reviewed-on: https://go-review.googlesource.com/c/tools/+/451597 TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Matloob <matloob@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> |
||
|---|---|---|
| .. | ||
| analysis | ||
| browser | ||
| cache | ||
| cmd | ||
| command | ||
| debug | ||
| fake | ||
| helper | ||
| lsppos | ||
| lsprpc | ||
| mod | ||
| progress | ||
| protocol | ||
| regtest | ||
| safetoken | ||
| snippet | ||
| source | ||
| template | ||
| testdata | ||
| tests | ||
| work | ||
| README.md | ||
| call_hierarchy.go | ||
| code_action.go | ||
| code_lens.go | ||
| command.go | ||
| completion.go | ||
| completion_test.go | ||
| debounce.go | ||
| debounce_test.go | ||
| definition.go | ||
| diagnostics.go | ||
| folding_range.go | ||
| format.go | ||
| general.go | ||
| general_test.go | ||
| highlight.go | ||
| hover.go | ||
| implementation.go | ||
| inlay_hint.go | ||
| link.go | ||
| lsp_test.go | ||
| references.go | ||
| rename.go | ||
| reset_golden.sh | ||
| semantic.go | ||
| server.go | ||
| server_gen.go | ||
| signature_help.go | ||
| symbols.go | ||
| text_synchronization.go | ||
| workspace.go | ||
| workspace_symbol.go | ||
README.md
lsp
internal/lsp provides much of the Language Server Protocol (lsp) implementation for gopls.
Documentation for users and contributors can be found in the
gopls/doc directory.