moby/sys/symlink documentation (as seen at e.g. https://pkg.go.dev/github.com/moby/sys/symlink) needs a few updates:
-
Package docs say the package "implements EvalSymlinksInScope ..." while in fact it implements FollowSymlinkInScope.
-
Doc for FollowSymlinksInScope says it "is a wrapper around evalSymlinksInScope" which is not an adequate description as a user knows nothing about evalSymlinksInScope.
moby/sys/symlink documentation (as seen at e.g. https://pkg.go.dev/github.com/moby/sys/symlink) needs a few updates:
Package docs say the package "implements EvalSymlinksInScope ..." while in fact it implements
FollowSymlinkInScope.Doc for
FollowSymlinksInScopesays it "is a wrapper around evalSymlinksInScope" which is not an adequate description as a user knows nothing aboutevalSymlinksInScope.