swift icon indicating copy to clipboard operation
swift copied to clipboard

Go vet: unreachable code

Open mrz1836 opened this issue 9 years ago • 1 comments

vendor/github.com/ncw/swift/swift.go:237: unreachable code vendor/github.com/ncw/swift/timeout_reader.go:48: unreachable code exit status 1

mrz1836 avatar Dec 23 '16 13:12 mrz1836

That is a left over from go 1.0 compatibility. Send a PR to fix if you like.

ncw avatar Dec 23 '16 18:12 ncw