Skip to content

Instantly share code, notes, and snippets.

@divoxx
Created December 7, 2013 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divoxx/7836095 to your computer and use it in GitHub Desktop.
Save divoxx/7836095 to your computer and use it in GitHub Desktop.
divoxx godoc $ go build -x
WORK=/var/folders/02/sk3qr15j0xngfngjl7g0tkgw0000gn/T/go-build205772718
mkdir -p $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/
mkdir -p $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/exe/
cd /Users/divoxx/Projects/gopath/src/code.google.com/p/go.tools/cmd/godoc
/usr/local/Cellar/go/1.2/libexec/pkg/tool/darwin_amd64/6g -o $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/_go_.6 -p code.google.com/p/go.tools/cmd/godoc -complete -D _/Users/divoxx/Projects/gopath/src/code.google.com/p/go.tools/cmd/godoc -I $WORK -I /Users/divoxx/Projects/gopath/pkg/darwin_amd64 ./blog.go ./codewalk.go ./doc.go ./handlers.go ./main.go ./play.go ./remotesearch.go
/usr/local/Cellar/go/1.2/libexec/pkg/tool/darwin_amd64/pack grcP $WORK $WORK/code.google.com/p/go.tools/cmd/godoc.a $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/_go_.6
cd .
/usr/local/Cellar/go/1.2/libexec/pkg/tool/darwin_amd64/6l -o $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/exe/a.out -L $WORK -L /Users/divoxx/Projects/gopath/pkg/darwin_amd64 $WORK/code.google.com/p/go.tools/cmd/godoc.a
cp $WORK/code.google.com/p/go.tools/cmd/godoc/_obj/exe/a.out godoc
divoxx godoc $ go install -x
WORK=/var/folders/02/sk3qr15j0xngfngjl7g0tkgw0000gn/T/go-build763302275
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment