• Rob Pike's avatar
    vet: improve flag handling · d2825329
    Rob Pike authored
    Simplify the internal logic for flags controlling what to vet,
    by introducing a map of flags that gathers them all together.
    This change should simplify the process of adding further flags.
    
    Add a test for untagged struct literals.
    Delete a redundant test that was also in the wrong file.
    Clean up some ERROR patterns that weren't working.
    
    "make test" passes again.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/7305075
    d2825329
atomic.go 2.53 KB