Change language server implementation to gopls for Go

The standard Language Sever implementation for Go is not gopls. This commit updates the plugin to use it instead of go-langserver. This is a very minimal change implementation. If this is something that you deem fit I will spend more time fixing the plugin to a complete support.

Merge request reports