package
0.1.48
Repository: https://github.com/aesoper101/x.git
Documentation: pkg.go.dev

# Functions

DirWithBasePath returns a new DirOption that sets the base path to create the temporary directory in.
NewDir returns a new temporary directory.
NewFileWithData returns a new temporary file with the given data.

# Interfaces

Dir is a temporary directory.
File is a temporary file It must be closed when done.

# Type aliases

DirOption is an option for NewDir.