All of the following information is based on go version go1.17.1 darwin/amd64
.
GOOS | Out of the Box |
---|---|
aix |
✅ |
android |
✅ |
#!/bin/bash | |
declare -i duration=1 | |
declare hasUrl="" | |
declare endpoint | |
usage() { | |
cat <<END | |
polling.sh [-i] [-h] endpoint |
Installning NvChad (nvim ide) with support for Go Language Server (gopls). This worked for me (on a mac) and it's very easy. Wish I had known this BEFORE spending hours googling and searching for how to add Gopls support.
Follow steps to install nvim. Once nvim is installed run these commands:
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim