Package: golang-github-facebookgo-symwalk-dev (0.0~git20150726.42004b9-3)
Links for golang-github-facebookgo-symwalk-dev
Debian Resources:
Download Source Package golang-github-facebookgo-symwalk:
- [golang-github-facebookgo-symwalk_0.0~git20150726.42004b9-3.dsc]
- [golang-github-facebookgo-symwalk_0.0~git20150726.42004b9.orig.tar.gz]
- [golang-github-facebookgo-symwalk_0.0~git20150726.42004b9-3.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [github.com]
Similar packages:
- golang-github-iafan-cwalk-dev
- golang-github-karrick-godirwalk-dev
- golang-github-saracen-walker-dev
- node-detect-file
- python3-blockbuster
- golang-github-charlievieth-fastwalk-dev
- libre-engine-re2-perl
- golang-github-cyphar-filepath-securejoin-dev
- golang-github-bmatcuk-doublestar-dev
- golang-github-shurcool-httpfs-dev
- golang-gopkg-src-d-go-git.v4-dev
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
|
|
|
|
-
- dep: golang-github-facebookgo-ensure-dev
- Provides utilities for testing to ensure conditions are met
-
- dep: golang-github-facebookgo-testname-dev
- figure out the current test name from the stack (library)
Download golang-github-facebookgo-symwalk-dev
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 3.8 kB | 19.0 kB | [list of files] |
