• Daniel Martí's avatar
    all: make 'go test ./...' pass on Go 1.15 · d69aba8b
    Daniel Martí authored
    There were two vet errors in two packages containing tests, resulting in
    'go test' erroring out before any tests were run. Both were due to the
    same reason - an Error method that ends up calling itself forever, thus
    a panic.
    
    While at it, 'gofmt -w -s' everything, which removes a redundant type.
    d69aba8b
errors.go 5.93 KB