• D
    *: Fix go vet complaints (#1935) · ad75f78c
    Derek Parker 提交于
    * *: Fix go vet struct complaints
    
    * *: Fix struct vet issue on linux
    
    * *: Ignore proc/native in go vet check
    
    We have to do some unsafe pointer manipulation that will never make go
    vet happy within the proc/native package. Ignore it for runs of go vet.
    ad75f78c
commands.go 24.6 KB