aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-safetemp/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/go-safetemp/README.md')
-rw-r--r--vendor/github.com/hashicorp/go-safetemp/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/go-safetemp/README.md b/vendor/github.com/hashicorp/go-safetemp/README.md
new file mode 100644
index 0000000..02ece33
--- /dev/null
+++ b/vendor/github.com/hashicorp/go-safetemp/README.md
@@ -0,0 +1,10 @@
1# go-safetemp
2[![Godoc](https://godoc.org/github.com/hashcorp/go-safetemp?status.svg)](https://godoc.org/github.com/hashicorp/go-safetemp)
3
4Functions for safely working with temporary directories and files.
5
6## Why?
7
8The Go standard library provides the excellent `ioutil` package for
9working with temporary directories and files. This library builds on top
10of that to provide safe abstractions above that.