• Rob Pike's avatar
    cmd/vet: fix printf test for unsafe Pointer · 6c2cbdb1
    Rob Pike authored
    And fix test. Pointer to unsafe.Pointer tests nothing important...
    Also identify the incorrect type: go/types.Type is a Stringer.
    
    Also fix a couple of incorrect format verbs found by new printf checker,
    now that we can run it on more files.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/7385051
    6c2cbdb1
Name
Last commit
Last update
..
atomic Loading commit data...
cond.go Loading commit data...
cond_test.go Loading commit data...
example_test.go Loading commit data...
export_test.go Loading commit data...
mutex.go Loading commit data...
mutex_test.go Loading commit data...
once.go Loading commit data...
once_test.go Loading commit data...
race.go Loading commit data...
race0.go Loading commit data...
runtime.go Loading commit data...
runtime_sema_test.go Loading commit data...
rwmutex.go Loading commit data...
rwmutex_test.go Loading commit data...
waitgroup.go Loading commit data...
waitgroup_test.go Loading commit data...