containerd/mount/lookup_test/dummy.go
Akihiro Suda 0ab2227377 mount: add mount.Lookup for ease of implementing snapshotters
`func Lookup(dir string) (Info, error)` returns the mount
info that corresponds to the dir

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-06-06 09:27:53 +00:00

4 lines
116 B
Go

package lookuptest
// FIXME: without this dummy file, `make build` fails with "no buildable Go source files" error