Documentation ¶
Overview ¶
Package ioz contains supplemental io functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close ¶ added in v0.36.0
Close is a convenience function to close c, logging a warning if c.Close returns an error. This is useful in defer, e.g.
defer ioz.Close(ctx, c)
func FPrintFile ¶
FPrintFile reads file from name and writes it to w.
func MarshalYAML ¶
MarshalYAML is our standard mechanism for encoding YAML.
func UnmarshallYAML ¶
UnmarshallYAML is our standard mechanism for decoding YAML.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.