package
Version:
v1.1.2155
Opens a new window with list of versions in this module.
Published: Mar 2, 2026
License: MIT
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 Result[T any] struct {
Err error
Value T
}
Result represents a result of a function call or error. For use with channel responses.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.