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 pkg/mount: remove unused ParseTmpfsOptions 2019-02-22 12:55:33 +01:00
flags_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
flags_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
flags_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mount.go pkg/mount: Mount: minor optimization 2019-04-09 12:58:07 -07:00
mount_unix_test.go Remove unused functions, variables, fields 2019-09-18 12:57:12 +02:00
mounter_freebsd.go pkg/mount: wrap mount/umount errors 2018-12-10 20:07:02 -08:00
mounter_linux.go Fix some go_vet issues 2018-12-19 23:57:06 +01:00
mounter_linux_test.go pkg/mount/TestMount: fix wrt selinux 2018-05-22 23:30:47 -07:00
mounter_unsupported.go Fix unmount redeclaration on darwin in github.com/docker/docker/pkg/mount 2018-12-14 11:10:52 +01:00
mountinfo.go pkg/mount: use sort.Slice 2018-03-06 12:46:58 -08:00
mountinfo_freebsd.go Fix to gofmt/goimports errors 2019-05-28 20:32:27 +03:00
mountinfo_linux.go fix parseInfoFile does not handle spaces in filenames 2019-04-02 13:09:26 +02:00
mountinfo_linux_test.go fix parseInfoFile does not handle spaces in filenames 2019-04-02 13:09:26 +02:00
mountinfo_unsupported.go pkg/mount: implement/use filter for mountinfo parsing 2018-04-19 14:48:09 -07:00
mountinfo_windows.go pkg/mount: implement/use filter for mountinfo parsing 2018-04-19 14:48:09 -07:00
sharedsubtree_linux.go pkg/mount/Make*: optimize 2019-04-09 13:00:11 -07:00
sharedsubtree_linux_test.go pkg/mount: wrap mount/umount errors 2018-12-10 20:07:02 -08:00
unmount_unix.go pkg/mount: wrap mount/umount errors 2018-12-10 20:07:02 -08:00
unmount_unsupported.go Fix unmount redeclaration on darwin in github.com/docker/docker/pkg/mount 2018-12-14 11:10:52 +01:00