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 6c0eb9e849
fix linting in pkg/mount
We recently updated golangci-lint, which is checking for some
additional linting rules, causing a failure in code that was
just merged to master; 5bd02b8a86

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-11 18:45:50 +01:00
..
flags.go
flags_freebsd.go
flags_linux.go
flags_unsupported.go
mount.go fix linting in pkg/mount 2020-03-11 18:45:50 +01:00
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 pkg/mount: normalize comment formatting 2019-11-27 15:40:58 +01:00
mountinfo_linux.go pkg/mount: SA4011: ineffective break statement (staticcheck) 2019-10-18 00:46:02 +02:00
mountinfo_linux_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01: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
unmount_unix.go
unmount_unsupported.go