package
0.0.0-20220218190644-4958d6d39439
Repository: https://github.com/jhump/golang-x-tools.git
Documentation: pkg.go.dev

# Packages

Package cmdtest contains the test suite for the command line behavior of gopls.

# Functions

CloseTestConnections terminates shared connections used in command tests.
New returns a new Application ready to run.

# Constants

prefixes for semantic token comments.
prefixes for semantic token comments.

# Variables

ErrInvalidRenamePosition is returned when prepareRename is run at a position that is not a candidate for renaming.

# Structs

Application is the main application as passed to tool.Main It handles the main command line parsing and dispatch to the sub commands.
A Definition is the result of a 'definition' query.
Serve is a struct that exposes the configurable parts of the LSP server as flags, in the right form for tool.Main to consume.