You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/hashicorp/go-safetemp
Adrien Delorme 9f82b75e57
Use the hashicorp/go-getter to download files
7 years ago
..
LICENSE Use the hashicorp/go-getter to download files 7 years ago
README.md Use the hashicorp/go-getter to download files 7 years ago
go.mod Use the hashicorp/go-getter to download files 7 years ago
safetemp.go Use the hashicorp/go-getter to download files 7 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.