This will also leave the binary in GOPATH/bin, which is hsndy if it is in your path.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Could you please include the output of the go install command?
What are you seeing that leads you to believe the packages are not being installed?
--
Thanks
Dave
--
If you want the go tool to cache intermediate packages, you must use go install.
I'm sorry this is a disappointment. I wrote more about this here, http://dave.cheney.net/2014/06/04/what-does-go-build-build
Thanks
Dave
thanks, that could come in useful, but now that i have discovered that installing the main package always fixes the 'go run', for a while, the overhead of doing that every so often isn't much, and its only this project with the opengl access libs.