//
pkg.gl
Category
go.octolab.org
safe
package
0.12.2
Repository:
https://github.com/octolab/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
4
Files
32 SLOC
#
Functions
Close
Close gracefully closes the io.Closer and calls the handler if an error occurred.
Do
Do reliably runs the action and captures panic as its error.
#
Type aliases
Closer
The Closer type is an adapter to allow the use of ordinary functions as the io.Closer interface.