v1.0.2
What's Changed
- Updated README and removed windows support from Makefile by @andreimerlescu in #10
- Added support for parsing cwd/pwd go.mod for igo -cmd use the shim by @andreimerlescu in #11
Installation Instructions
MacOS
Apple Silicon
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-darwin-arm64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionIntel
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-darwin-amd64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionLinux
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-linux-amd64 ~/bin/igo
cd ~/bin
chmod +x igo
cd ~
which igo
igo -versionFull Changelog: v1.0.1...v1.0.2