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 CloserWithoutErr ¶
type CloserWithoutErr interface {
Close()
}
CloserWithoutErr is similar interface to GoLang Closer but Close() does not return error
Click to show internal directories.
Click to hide internal directories.