func path/filepath.Walk
4 uses
path/filepath (current package)
path.go#L496: func Walk(root string, fn WalkFunc) error {
golang.org/x/mod/zip
zip.go#L717: err = filepath.Walk(dir, func(filePath string, info os.FileInfo, err error) error {
golang.org/x/pkgsite/internal/fetch
fetchlocal.go#L133: err := filepath.Walk(localPath, func(path string, info os.FileInfo, err error) error {
golang.org/x/pkgsite/internal/frontend
styleguide.go#L192: err := filepath.Walk(dir, func(path string, info os.FileInfo, err error) error {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |