func golang.org/x/pkgsite/internal/stdlib.addFiles
4 uses
golang.org/x/pkgsite/internal/stdlib (current package)
stdlib.go#L339: if err := addFiles(z, repo, root, prefixPath, false); err != nil {
stdlib.go#L350: if err := addFiles(z, repo, libdir, prefixPath, true); err != nil {
stdlib.go#L417: func addFiles(z *zip.Writer, r *git.Repository, t *object.Tree, dirpath string, recursive bool) (err error) {
stdlib.go#L466: if err := addFiles(z, r, t2, path.Join(dirpath, e.Name), recursive); err != nil {
 |
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. |