# Packages
Package types provides a list of scalar and structure types.
# Functions
Close calls Close method on a struct if it implements the Closer interface.
# Variables
NoopCloser is a dummy Closer implementation which can be used as a fallback.
# Interfaces
Closer is an alias interface to io.Closer.
# Type aliases
CloserFunc makes any function a Closer.
Closers is a collection of Closer instances.