I then proceeded to try and download Zap Connect but now get the following output
package github.com/LN-Zap/zapconnect: mkdir /home/admin/go/src: permission denied
It looks like Go requires three more folders to work. Use
sudo mkdir ~/go/bin ~/go/src ~/go/pkg. You can also run all the commands from Zap connect with
sudo in the beginning just in case.