Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 457 Bytes

readMe.md

File metadata and controls

17 lines (11 loc) · 457 Bytes

Go Sephora

Go util for Sephora

Installing Go

wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.7.1.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.bashrc && source ~/.bashrc
mkdir ~/go && echo "export GOPATH=~/go" >> ~/.bashrc && source ~/.bashrc

License

License for each reimplementation of the open source Go libraries can be found in their respective folders.