go-flowrate
go-flowrate copied to clipboard
io_test.go:126: w.Write(b[20:]) returned ahead of time
With Go 1.9.2
- go test -compiler gc -ldflags '-X github.com/mxk/go-flowrate/version.GitSHA=cca7078d478f8520f85629ad7c68962d31ed7682 -extldflags '''-Wl,-z,relro '''' --- FAIL: TestWriter (0.38s) io_test.go:126: w.Write(b[20:]) returned ahead of time (382.895154ms) FAIL exit status 1 FAIL github.com/mxk/go-flowrate/flowrate 0.860s
Fixed: https://github.com/tendermint/tmlibs/pull/165/files
Thank you for caring!