kothar / go-backblaze

A golang client for Backblaze's B2 storage
MIT License
94 stars 31 forks source link

goimports test in Travis fails with go 1.11 #24

Closed kothar closed 5 years ago

kothar commented 6 years ago
The command "diff <(goimports -l . | grep -v _ffjson.go) <(printf "")" exited with 1.
0.10s$ diff <(golint ./... | grep -v _ffjson.go) <(printf "")

Passes with versions up to 1.10