diff --git a/db.go b/db.go index 9b2f9d1..328b2ce 100644 --- a/db.go +++ b/db.go @@ -129,6 +129,9 @@ type DB struct { path string openFile func(string, int, os.FileMode) (*os.File, error) file *os.File + // `dataref` isn't used at all on Windows, and the golangci-lint + // always fails on Windows platform. + //nolint dataref []byte // mmap'ed readonly, write throws SEGV data *[maxMapSize]byte datasz int