lint fixes

This commit is contained in:
Jakob Unterwurzacher 2016-10-19 01:12:45 +02:00
parent 891a3b4c8a
commit 600ceece35
2 changed files with 2 additions and 1 deletions

View File

@ -386,6 +386,7 @@ func (f *file) GetAttr(a *fuse.Attr) fuse.Status {
return fuse.OK
}
// BrokenAtimeOmit means that atime support is broken.
// TODO drop this once https://github.com/hanwen/go-fuse/pull/131 is
// merged
const BrokenAtimeOmit = true

View File

@ -41,7 +41,7 @@ type testcaseMatrix struct {
Aessiv bool
}
var matrix []testcaseMatrix = []testcaseMatrix{
var matrix = []testcaseMatrix{
// Normal
{false, "auto", false},
{false, "true", false},