Imports of package os

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
github.com/containerd/containerd/mount
github.com/moby/sys/symlinkPackage symlink implements FollowSymlinkInScope which is an extension of path/filepath.EvalSymlinks, as well as a Windows long-path aware version of path/filepath.EvalSymlinks from the Go standard library.
golang.org/x/sys/windowsPackage windows contains an interface to the low-level operating system primitives.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.