//
pkg.gl
Category
github.com/go-board/std
result
package
0.6.0
Repository:
https://github.com/go-board/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
94 SLOC
#
Packages
try
No description provided by the author
#
Functions
Err
Err create a new Result from an error.
Errorf
Errorf create a new Result from a formatted error.
FromPair
FromPair create a new Result from a value or an error.
Map
No description provided by the author
Ok
Ok create a new Result from a value.
#
Structs
Result
Result is a type that represents either a value or an error.