terraform/vendor/github.com/hashicorp/go-safetemp
Radek Simko a486cd838e
vendor: github.com/terraform-providers/terraform-provider-aws@v1.58.0
2019-02-12 16:32:22 +00:00
..
LICENSE update go-getter 2018-04-10 12:09:51 -04:00
README.md update go-getter 2018-04-10 12:09:51 -04:00
go.mod vendor: github.com/terraform-providers/terraform-provider-aws@v1.58.0 2019-02-12 16:32:22 +00:00
safetemp.go update go-getter 2018-04-10 12:09:51 -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.