//
pkg.gl
Category
github.com/go-playground/pkg/v5
values
result
package
5.30.0
Repository:
https://github.com/go-playground/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
6
Files
53 SLOC
#
Functions
Err
Err returns a Result that contains the given error.
Ok
Ok returns a Result that contains the given values.
#
Structs
Result
Result represents the result of an operation that is successful or not.