mirror of
https://github.com/rclone/rclone.git
synced 2025-12-17 08:43:19 +00:00
Tardigrade Backend: Dependencies
This commit is contained in:
committed by
Nick Craig-Wood
parent
962fbc8257
commit
03b629064a
9
vendor/github.com/calebcase/tmpfile/doc.go
generated
vendored
Normal file
9
vendor/github.com/calebcase/tmpfile/doc.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package tmpfile provides a cross platform facility for creating temporary
|
||||
// files that are automatically cleaned up (even in the event of an unexpected
|
||||
// process exit).
|
||||
//
|
||||
// tmpfile provides support for at least Linux, OSX, and Windows. Generally any
|
||||
// POSIX system that adheres to the semantics of unlink
|
||||
// (https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html)
|
||||
// should work. Special handling is provided for other platforms.
|
||||
package tmpfile
|
||||
Reference in New Issue
Block a user