package
Version:
v0.128.6
Opens a new window with list of versions in this module.
Published: Mar 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorAs interface {
As(target any) bool
}
type ErrorIs interface {
Is(target error) bool
}
type ErrorUnwrap interface {
Unwrap() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.