//
pkg.gl
Category
github.com/BooleanCat/go-functional
result
package
1.1.0
Repository:
https://github.com/booleancat/go-functional.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
4
Files
83 SLOC
#
Functions
Err
Err instantiates a [Result] with an error.
Ok
Ok instantiates a [Result] with a value.
#
Structs
Result
Result represents failure or success.