modulepackage
0.0.0-20250310202135-c48e3245c8e3
Repository: https://github.com/triarius/tmpfile.git
Documentation: pkg.go.dev
# README
TmpFile
A Go library to create a temporary file that is immediately unlinked, but can optionally be delivered to subprocesses by the proc file system.
# Functions
New creates a temporary file and returns a file descriptor and name If dir is empty, it will use the os's Temp directory.