func golang.org/x/pkgsite/internal/derrors.WrapAndReport
4 uses
golang.org/x/pkgsite/internal/derrors (current package)
derrors.go#L276: func WrapAndReport(errp *error, format string, args ...interface{}) {
golang.org/x/pkgsite/internal/frontend
readme.go#L67: defer derrors.WrapAndReport(&err, "ProcessReadme(%q, %q, %q)", u.Path, u.ModulePath, u.Version)
golang.org/x/pkgsite/internal/postgres
insert_module.go#L451: defer derrors.WrapAndReport(&err, "insertUnits")
golang.org/x/pkgsite/internal/proxy
client.go#L106: wrap = derrors.WrapAndReport
![]() |
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. |