Registry / serialization / sourcegraph-go-lsp

sourcegraph-go-lsp

JSON →
library0.0.0-20200429204803-219e11d77f5dgogounverified

Package lsp provides Go types for the messages used in the Language Server Protocol.

go get github.com/sourcegraph/go-lsp
INSTALL
IMPORT
SIG · SOURCEGRAPH-GO-LSP
S
sourcegraph-go-lsp
serializationgov0.0.0-20200429204803-219e11d77f5d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lsp
github.com/sourcegraph/go-lsp

Initialize an LSP InitializeParams struct

package main import ( "fmt" "github.com/sourcegraph/go-lsp" ) func main() { params := &lsp.InitializeParams{} fmt.Printf("InitializeParams: %+v\n", params) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200429204803-219e11d77f5dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
sourcegraph-go-lsp — go get sourcegraph-go-lsp · libregistry