This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install -y emacs25-nox git | |
wget https://dl.google.com/go/go1.14.1.linux-amd64.tar.gz | |
sudo tar -xf go1.14.1.linux-amd64.tar.gz -C /opt/ | |
export PATH=/opt/go/bin:$HOME/go/bin:$PATH | |
GO111MODULE=on go get golang.org/x/tools/gopls@latest | |
git clone https://github.com/psanford/wormhole-william |