mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 17:05:48 +00:00
4 lines
187 B
Go
4 lines
187 B
Go
// Package mount provides a set of functions to mount and unmount mounts.
|
|
//
|
|
// Currently it supports Linux. For historical reasons, there is also some support for FreeBSD.
|
|
package mount
|