by raul.san@sent.com:
The exampe functions are masking the errors.
===
import "testing"
import "fmt"
func TestNone(t *testing.T) {}
func Example_ff() {
var a map[int][]string
a[1][10] = "foo"
fmt.Println(a[1])
}
===
$ gotest
PASS
8c6f3122826c+ tip (last weekly)
Ubuntu 11.10, AMD64
Related to
http://groups.google.com/group/golang-nuts/browse_thread/thread/6f43e7b5a7c82251