nsqio / go-diskqueue

A Go package providing a filesystem-backed FIFO queue
MIT License
464 stars 103 forks source link

fix go test #5

Closed qinhao closed 6 years ago

qinhao commented 6 years ago

fix go test with error:

# github.com/nsqio/go-diskqueue
./diskqueue_test.go:50: Logf call needs 2 args but has 3 args
FAIL    github.com/nsqio/go-diskqueue [build failed]

with go v1.10.