func golang.org/x/pkgsite/internal/derrors.Add
5 uses
golang.org/x/pkgsite/internal/derrors (current package)
derrors.go#L218: func Add(errp *error, format string, args ...interface{}) {
golang.org/x/pkgsite/internal/config
config.go#L339: defer derrors.Add(&err, "config.Init(ctx)")
golang.org/x/pkgsite/internal/fetch
load.go#L357: defer derrors.Add(&err, "readZipFile(%q)", f.Name)
golang.org/x/pkgsite/internal/index
index.go#L36: defer derrors.Add(&err, "index.New(%q)", rawurl)
golang.org/x/pkgsite/internal/secrets
secrets.go#L21: defer derrors.Add(&err, "secrets.Get(ctx, %q)", name)
 |
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. |