Categorygithub.com/hashicorp/go-safetemp
modulepackage
1.0.0
Repository: https://github.com/hashicorp/go-safetemp.git
Documentation: pkg.go.dev

# README

go-safetemp

Godoc

Functions for safely working with temporary directories and files.

Why?

The Go standard library provides the excellent ioutil package for working with temporary directories and files. This library builds on top of that to provide safe abstractions above that.

# Functions

Dir creates a new temporary directory that isn't yet created.