package
Version:
v0.1.0-dev.20260828214033
Opens a new window with list of versions in this module.
Published: Aug 28, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package iox provides standalone I/O utilities independent of the op framework.
Close closes all provided closers, joining any errors into *err.
Nil closers are safely skipped. Use with named returns:
defer iox.Close(&err, f, enc)
Parameters:
- err: pointer to the named error return; close errors are joined into *err
- closers: values to close; nil entries are skipped
Source Files
¶
Click to show internal directories.
Click to hide internal directories.