I\'ve installed the Go release version as root. Go1 removed all exp/ code.
Is there smart method to get exp/* back after Go1? (I mean how to install in my local GOPA
The exp packages have been moved to different repositories now, to make them easier to install. Now you can install the former exp/html with go get "golang.org/x/net/html".