mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 00:06:36 +00:00
Update vendor
This commit is contained in:
7
vendor/github.com/moby/sys/mount/mounter_unsupported.go
generated
vendored
Normal file
7
vendor/github.com/moby/sys/mount/mounter_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !linux,!freebsd freebsd,!cgo
|
||||
|
||||
package mount
|
||||
|
||||
func mount(device, target, mType string, flag uintptr, data string) error {
|
||||
panic("Not implemented")
|
||||
}
|
Reference in New Issue
Block a user