• 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
..
Makefile Loading commit data...
atomic.go Loading commit data...
buildtag.go Loading commit data...
buildtag_bad.go Loading commit data...
doc.go Loading commit data...
main.go Loading commit data...
method.go Loading commit data...
print.go Loading commit data...
rangeloop.go Loading commit data...
structtag.go Loading commit data...
taglit.go Loading commit data...
test_atomic.go Loading commit data...
test_buildtag.go Loading commit data...
test_method.go Loading commit data...
test_print.go Loading commit data...
test_rangeloop.go Loading commit data...
test_structtag.go Loading commit data...
test_taglit.go Loading commit data...