all options
forky  ] [  sid  ]
[ Source: golang-github-facebookgo-symwalk  ]

Package: golang-github-facebookgo-symwalk-dev (0.0~git20150726.42004b9-3)

Links for golang-github-facebookgo-symwalk-dev

Screenshot

Debian Resources:

Download Source Package golang-github-facebookgo-symwalk:

Maintainers:

External Resources:

Similar packages:

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.

This package contains the Go library.

Other Packages Related to golang-github-facebookgo-symwalk-dev

  • depends
  • recommends
  • suggests
  • enhances

Download golang-github-facebookgo-symwalk-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 3.8 kB19.0 kB [list of files]