package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.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.