package
0.0.0-20200109200439-1fe2c9b1b5ef
Repository: https://github.com/deciphernow/nautls.git
Documentation: pkg.go.dev

# Functions

Directory creates a temporary directory and returns the path or an error.
WithDirectory creates a temporary directory and invokes the callback and returns the result.
WithFile creates a temporary file with content and permissions, invokes the callback and returns the result.

# Type aliases

Callback defines the callback function signature.