套件: golang-github-hashicorp-go-safetemp-dev (1.0.0-2)
golang-github-hashicorp-go-safetemp-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-hashicorp-go-safetemp:
- [golang-github-hashicorp-go-safetemp_1.0.0-2.dsc]
- [golang-github-hashicorp-go-safetemp_1.0.0.orig.tar.xz]
- [golang-github-hashicorp-go-safetemp_1.0.0-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Aman Verma
- Anthony Fok
外部的資源:
- 主頁 [github.com]
相似套件:
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.