package
Version:
v0.112.0
Opens a new window with list of versions in this module.
Published: Feb 12, 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.