No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Blake Ryder c722b6331a
Merge pull request #29 from hashicorp/remove-ip-compliance-codeowner
Remove ip-compliance team from CODEOWNERS, transfer ownership to packer
2026-05-22 13:43:58 +05:30
.github Remove ip-compliance team from CODEOWNERS, transfer ownership to packer 2026-05-22 13:32:49 +05:30
CHANGELOG.md adding changelog.md file 2025-06-03 16:29:10 +05:30
go.mod IND-3776 enabling dependabot 2025-06-03 14:30:43 +05:30
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-11-03 15:29:00 +00:00
README.md Update README 2018-03-26 14:11:50 -07:00
safetemp.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 15:29:00 +00:00
safetemp_test.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 15:29:00 +00:00

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.