gotools/gopls/internal/lsprpc/autostart_posix.go

func init() {}

func daemonizePosix(cmd *exec.Cmd) {}

// autoNetworkAddressPosix resolves an id on the 'auto' pseduo-network to a
// real network and address. On unix, this uses unix domain sockets.
func autoNetworkAddressPosix(goplsPath, id string) (network string, address string) {}

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