PackageDomainAtDepth returns an error domain that describes the package at the given call depth.
(depth int)
| 33 | // PackageDomainAtDepth returns an error domain that describes the |
| 34 | // package at the given call depth. |
| 35 | func PackageDomainAtDepth(depth int) Domain { return domains.PackageDomainAtDepth(depth) } |
| 36 | |
| 37 | // WithDomain wraps an error so that it appears to come from the given domain. |
| 38 | // |
nothing calls this directly
no test coverage detected
searching dependent graphs…