gopls

Language server for Go that provides IDE features like autocompletion

brewmacoslinux
Try with needOr install directly
Source

About

Language server for the Go language

Commands

gopls

Examples

Start gopls server for editor integration$ gopls serve
Format a Go file$ gopls format /path/to/file.go
Check for semantic errors in a package$ gopls check ./...