You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraformDummyRepo2/vendor/github.com/hashicorp/go-safetemp
Malar Invention 00ebcd295e add vendor 2 years ago
..
LICENSE add vendor 2 years ago
README.md add vendor 2 years ago
safetemp.go add vendor 2 years ago

README.md

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.