docker/pkg/mount/flags_unsupported.go

8 строки
118 B
Go

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