Package: wnpp Severity: wishlist Owner: Simon Josefsson <[email protected]>
* Package name : golang-github-facebookgo-symwalk Version : 0.0~git20150726.42004b9-1 Upstream Author : Meta Archive * URL : https://github.com/facebookgo/symwalk * License : BSD-3-Clause Programming Lang: Go Description : symbolic link aware filepath walk (Go library) Package symwalk provides an implementation of symbolic link aware filepath walk. . Walk calls filepath.Walk (http://golang.org/pkg/path/filepath/#Walk) by providing it with a special WalkFn that wraps the given WalkFn. This function calls the given WalkFn for regular files. However, when it encounters a symbolic link, it resolves the link fully using filepath.EvalSymlinks (http://golang.org/pkg/path/filepath/#EvalSymlinks) and recursively calls symwalk.Walk on the resolved path. This ensures that unlike filepath.Walk, traversal does not stop at symbolic links. Used by github.com/omnibor/omnibor-go used by github.com/fkautz/omnitrail-go used by github.com/in-toto/go-witness (ITP #1089740). https://salsa.debian.org/go-team/packages/golang-github-facebookgo-symwalk https://salsa.debian.org/jas/golang-github-facebookgo-symwalk/-/pipelines/ /Simon
signature.asc
Description: PGP signature

