terraform-provider-gitea/vendor/github.com/hashicorp/go-safetemp
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30
..
LICENSE add vendor 2022-04-03 09:37:16 +05:30
README.md add vendor 2022-04-03 09:37:16 +05:30
safetemp.go add vendor 2022-04-03 09:37:16 +05:30

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.