package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Mar 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package closer provides utilities for closing resources with error logging.
LogClose closes c and logs any error using the provided logger.
Errors from closing an already-closed network connection are silently ignored.
type LogFunc func(string, ...interface{})
LogFunc is a logging function compatible with log.Printf.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.