mirror of https://github.com/golang/go.git
Update #5305. This handles the case where the nil pointers are inside a slice. A top-level nil pointer is harder, maybe fundamentally broken by gob's model. Thinking required. However, a slice is the important case since people don't expect to be sending top-level nils much, but they can arise easily in slices. R=golang-dev, josharian, adg CC=golang-dev https://golang.org/cl/13042044 |
||
|---|---|---|
| .. | ||
| arith.go | ||
| arith_386.s | ||
| arith_amd64.s | ||
| arith_arm.s | ||
| arith_decl.go | ||
| arith_test.go | ||
| calibrate_test.go | ||
| example_test.go | ||
| gcd_test.go | ||
| hilbert_test.go | ||
| int.go | ||
| int_test.go | ||
| nat.go | ||
| nat_test.go | ||
| rat.go | ||
| rat_test.go | ||