Binary package “golang-github-hashicorp-go-safetemp-dev” in ubuntu noble

Functions for working safely with temporary files and directories

 go-safetemp are functions for safely working with temporary directories
 and files.
 .
 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.