Categorygithub.com/guidao/go-langserver
module
1.0.0
Repository: https://github.com/guidao/go-langserver.git
Documentation: pkg.go.dev

# README

Go language server (based on the Language Server Protocol) Build Status

langserver-go is a Go language server that speaks Language Server Protocol. It supports editor features such as go-to-definition, hover, and find-references for Go projects.

The ./vscode directory contains a Visual Studio Code extension that provides Go language support using this language server.

Status: experimental

Open in Sourcegraph

# Packages

Package langserver is a language server for Go that adheres to the Language Server Protocol (LSP).
No description provided by the author