moby--moby/pkg/mount/flags_unsupported.go

8 lines
118 B
Go

// +build !linux !amd64
package mount
func parseOptions(options string) (int, string) {
panic("Not implemented")
}