5 lines
257 B
Go
5 lines
257 B
Go
|
|
// Package errs defines the interfaces implemented by structured errors in the
|
||
|
|
// Einherjar framework. These interfaces replace the private duck-typed bridges
|
||
|
|
// previously used between logz and xerrors, enforcing the contract at compile time.
|
||
|
|
package errs
|