Categorygithub.com/jdbaldry/go-language-server-protocol
module
0.0.0-20211013214444-3022da0884b2
Repository: https://github.com/jdbaldry/go-language-server-protocol.git
Documentation: pkg.go.dev

# README

Modularised project

!!! WARNING !!!

The modularise tool that is used to generate the content of this repository is still in development. As a result the generated Go modules that it produces are prone to contain bugs. Use this project at your own risk and use for production-grade software is discouraged at this point in time.

!!! WARNING !!!

The Go module contained within this repository has been automatically generated to provide an independent and coherent subset of the functionality exposed by the larger scale golang.org/x/tools Go module.

Documentation

For documentation and other resources related to this repository please check the repository from which this project has been extracted.

Support requests, issues, pull requests, etc

This project does not provide support, accepts pull requests or responds to issues. For any such interactions please refer to the original repository from which this project has been extracted.

# Packages

Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
No description provided by the author
Package span contains support for representing with positions and ranges in text files.
Package stack provides support for parsing standard goroutine stack traces.
Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.