Skip to content

Instantly share code, notes, and snippets.

@scheakur
Created January 25, 2013 14:59
Show Gist options
  • Save scheakur/4635040 to your computer and use it in GitHub Desktop.
Save scheakur/4635040 to your computer and use it in GitHub Desktop.
cd $GOPATH/src
hg clone -r d9ff34d481bc https://code.google.com/p/go go-exp
mv go-exp/src/pkg/exp .
rm -rf go-exp
go install exp/...
go get github.com/PuerkitoBio/goquery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment