PackageDomain returns an error domain that represents the package of its caller.
()
| 29 | // PackageDomain returns an error domain that represents the |
| 30 | // package of its caller. |
| 31 | func PackageDomain() Domain { return domains.PackageDomainAtDepth(1) } |
| 32 | |
| 33 | // PackageDomainAtDepth returns an error domain that describes the |
| 34 | // package at the given call depth. |
nothing calls this directly
no test coverage detected
searching dependent graphs…