Documentation ¶
Index ¶
Constants ¶
View Source
const FdatasyncSupported = true
Variables ¶
This section is empty.
Functions ¶
func AnonymousFile ¶
Create a temporary file with the same semantics as ioutil.TempFile, but ensure that it is unlinked before returning so that it does not persist after the process exits.
Warning: this is not production-quality code, and should only be used for testing purposes. In particular, there is a race between creating and unlinking by name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.