An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/go-language-server/protocol

Package protocol implements Language Server Protocol specification in Go. This package contains the structs that map directly to the wire format of the Language Server Protocol. It is a literal transcription, with unmodified comments, and only the changes required to make it Go code. - Names are uppercased to export them. - All fields have JSON tags added to correct the names. - Fields marked with a ? are also marked as "omitempty". - Fields that are "|| null" are made pointers. - Fields that are string or number are left as string. - Fields that are type "number" are made float64.

Ecosystem
proxy.golang.org
Latest Release
v0.12.0
almost 4 years ago
Versions
27
Dependent Packages
5
Dependent Repos
2
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/go-language-server/protocol
spec
License BSD-3-Clause
Namespace github.com/go-language-server
First Release about 7 years ago
Last Synced 23 days ago
Repository
Stars 54 on GitHub
Forks 8 on GitHub
Docker Dependents 3
Docker Downloads 505
Rankings on proxy.golang.org
Overall Top 4.0%
Dependent packages Top 2.5%
Dependent repos Top 3.5%
Forks Top 6.9%
Docker downloads Top 1.4%