Documentation ¶
Overview ¶
Package safeclose provides utilities for safe closing of I/O resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloseErrors ¶ added in v1.4.0
type CloseErrors []error
CloseErrors merges multiple errors into single type for simpler use.
func (CloseErrors) Error ¶ added in v1.4.0
func (e CloseErrors) Error() string
Error implements error interface.
Click to show internal directories.
Click to hide internal directories.