golangci-lint-langserver

Language server for golangci-lint providing IDE integration

brewmacoslinux
Try with needOr install directly
Source

About

Language server for `golangci-lint`

Commands

golangci-lint-langserver

Examples

Start the language server on default port 8080$ golangci-lint-langserver
Start the language server on a custom port$ golangci-lint-langserver -port 9090
Enable verbose logging while running the server$ golangci-lint-langserver -log-level debug