muesli / cache2go

Concurrency-safe Go caching library with expiration capabilities and access counters
Other
2.11k stars 518 forks source link

fix missing dots #22

Closed Jnchk closed 5 years ago

Jnchk commented 5 years ago

Package Testing of go 1.11 is more strict about arguments checking to print-like functions. We will get the error bellow if we left args without dots.

go test -v
# github.com/muesli/cache2go
./cachetable.go:330: missing ... in args forwarded to print-like function
FAIL    github.com/muesli/cache2go [build failed]

OS version: manjaro 18.0.0-rc go 1.11.1

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1a478e986e1ae10932c55053295583b3a9c7d5c8 on Jnchk:fix-missing-dots into 5a1839810579c34bbb4f8232e6554a5b61daeb74 on muesli:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1a478e986e1ae10932c55053295583b3a9c7d5c8 on Jnchk:fix-missing-dots into 5a1839810579c34bbb4f8232e6554a5b61daeb74 on muesli:master.

muesli commented 5 years ago

Thank you for your contribution!