gotools/gopls/internal/lsprpc/autostart_default.go

var daemonize

var autoNetworkAddress

var verifyRemoteOwnership

func runRemote(cmd *exec.Cmd) error {}

// autoNetworkAddressDefault returns the default network and address for the
// automatically-started gopls remote. See autostart_posix.go for more
// information.
func autoNetworkAddressDefault(goplsPath, id string) (network string, address string) {}

func verifyRemoteOwnershipDefault(network, address string) (bool, error) {}