open-nomad/vendor/github.com/hashicorp/go-safetemp
Nick Ethier a541707528 vendor: pull in go-safetemp 2018-04-09 17:19:26 -04:00
..
LICENSE vendor: pull in go-safetemp 2018-04-09 17:19:26 -04:00
README.md vendor: pull in go-safetemp 2018-04-09 17:19:26 -04:00
safetemp.go vendor: pull in go-safetemp 2018-04-09 17:19:26 -04:00

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.