valor icon indicating copy to clipboard operation
valor copied to clipboard

Go option and result types that optionally contain a value

Results 3 valor issues
Sort by recently updated
recently updated
newest added

Consider accepting variadic values to `Errorf` like `fmt.Errorf`. Find `%w` in message and insert error before call to `fmt.Errorf`.

enhancement

See proposal: https://github.com/golang/go/discussions/47331 If the the above proposal is implemented, add identical methods to `singleton.Set` so it implements the same interface. This will allow `singleton.Set` to be used as a...

enhancement