moby--moby/pkg/mount
Peter Bourgon b87daf6d69 Only import "testing" from *_test.go
This prevents the testing package flags from leaking into the flagsets
of binaries that import docker. I left integration-cli alone.

Docker-DCO-1.1-Signed-off-by: Peter Bourgon <peter@bourgon.org> (github: peterbourgon)
2014-08-07 14:25:21 -07:00
..
MAINTAINERS Extract mount into pkg. 2014-01-20 13:59:29 -05:00
flags.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
flags_freebsd.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
flags_linux.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
flags_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mount.go Allow re-mounting an existing mount with "remount" 2014-06-25 22:06:24 +01:00
mount_test.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mounter_freebsd.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mounter_linux.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mounter_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
mountinfo.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mountinfo_freebsd.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mountinfo_linux.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00
mountinfo_linux_test.go Only import "testing" from *_test.go 2014-08-07 14:25:21 -07:00
mountinfo_unsupported.go Support FreeBSD on pkg/mount 2014-04-15 23:16:51 +09:00