File: doc.go

package info (click to toggle)
golang-github-sourcegraph-go-lsp 0.0~git20200429.219e11d-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
// Package lsp contains Go types for the messages used in the Language
// Server Protocol.
//
// See https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md
// for more information.
package lsp