mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8844c48523
full diff: https://github.com/moby/sys/compare/symlink/v0.1.0...mountinfo/v0.4.1 github.com/moby/sys/mountinfo v0.4.1 ---------------------------------------------- - Fix PrefixFilter() being too greedy - TestMountedBy*: add missing pre-checks - Documentation improvements github.com/moby/sys/mount v0.2.0 ---------------------------------------------- Breaking changes: - Remove stub-implementations for Windows for `Mount()`, `Unmount()`, `RecursiveUnmount()`, `MergeTmpfsOptions()` Fixes and improvements: - `go.mod`: update github.com/moby/sys/mountinfo to v0.4.0 - use `MNT_*` flags from golang.org/x/sys/unix on freebsd - add support for OpenBSD in addition to FreeBSD - fix package overview documentation not showing - `RecursiveUnmount()`: minor improvements Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
doc.go | ||
fs.go | ||
fs_unix.go | ||
fs_windows.go | ||
go.mod | ||
LICENSE.APACHE | ||
LICENSE.BSD | ||
README.md |
Package symlink implements EvalSymlinksInScope which is an extension of filepath.EvalSymlinks, as well as a Windows long-path aware version of filepath.EvalSymlinks from the Go standard library.
The code from filepath.EvalSymlinks has been adapted in fs.go. Please read the LICENSE.BSD file that governs fs.go and LICENSE.APACHE for fs_test.go.