package
Version:
v0.0.2-0...-11de152
Opens a new window with list of versions in this module.
Published: Apr 1, 2022
License: BSD-2-Clause
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
¶
Package errors offers try/catch/final primitives for error handling
func Try[T any](e func() (T, error)) catch[T]
Try tries a given function and see if it throw any error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.