The release tarballs include two new directories: "gocache" and "tmp".
Any special reason for that?
--
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+un
Hi Dave,
> you must use the source that matches the version of Go
thanks for clarifying. Finally I am able to run the latest benchs :)
--
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
`go test crypto/tls/...` indeed works fine (from $HOME), but I want to
run benchmarks as well, which fails:
```
$ pwd
/home/leon
$ go test -bench crypto/tls/...
can't load package: package .: no Go files in /home/leon
```
```
$ go env | grep "GO\(PATH\|ROOT\).*"
GOPATH="/home/leon/dev/go"
GOROOT="