1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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
flags_linux.go
flags_unsupported.go
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
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
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
mountinfo_windows.go
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