moby--moby/builder/fscache
Sebastiaan van Stijn 3926b5f09d
structcheck: nolint for false positives
```
builder/fscache/fscache.go:505:2: `src` is unused (structcheck)
builder/fscache/fscache.go:507:2: `cached` is unused (structcheck)

daemon/graphdriver/vfs/quota_linux.go:9:2: `quotaCtl` is unused (structcheck)
daemon/graphdriver/vfs/quota_linux.go:10:2: `quotaOpt` is unused (structcheck)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:44 +02:00
..
fscache.go structcheck: nolint for false positives 2019-09-18 12:57:44 +02:00
fscache_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
naivedriver.go Add canonical import comment 2018-02-05 16:51:57 -05:00