mirror of
https://github.com/golang/go.git
synced 2025-05-08 09:03:04 +00:00
(Elminate premature abstraction.) The test probes used Pointer!=nil for the "is pointerlike" predicate. Now that Pointer is a struct, they check the type of the expression, which is more accurate. Two probes on non-pointerlike values have beem removed. R=crawshaw CC=golang-dev https://golang.org/cl/38420043