No description
Find a file
Sagar Verma 858c61dbb9
Merge pull request #23 from hashicorp/dependabot/github_actions/actions/setup-go-6.2.0
[chore] : Bump actions/setup-go from 6.1.0 to 6.2.0
2026-01-19 11:14:05 +05:30
.github [chore] : Bump actions/setup-go from 6.1.0 to 6.2.0 2026-01-19 02:17:32 +00:00
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.