mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-06-15 20:33:36 +00:00
cb6500b993
expvar.Int.Value appeared in Go 1.8, but we want to keep compatibility with Go 1.7 at least until the next release. So this patch replaces the use of expvar.Int.Value in tests, to make them compatible with Go 1.7 again.