moby--moby/pkg/mount
Sebastiaan van Stijn 744f1c261c
Remove unused functions, variables, fields
opts/env_test: suppress a linter warning

this one:

> opts/env_test.go:95:4: U1000: field `err` is unused (unused)
> 			err      error
>			^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:12 +02:00
..
flags.go
flags_freebsd.go
flags_linux.go
flags_unsupported.go
mount.go
mount_unix_test.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
mounter_freebsd.go
mounter_linux.go
mounter_linux_test.go
mounter_unsupported.go
mountinfo.go
mountinfo_freebsd.go
mountinfo_linux.go
mountinfo_linux_test.go
mountinfo_unsupported.go
mountinfo_windows.go
sharedsubtree_linux.go
sharedsubtree_linux_test.go
unmount_unix.go
unmount_unsupported.go