Searched defs:tempFile (Results 1 – 1 of 1) sorted by relevance
52 type tempFile struct { struct54 io.Writer56 file *os.File57 testBuf *strings.Builder79 func (t *tempFile) close() error {86 func (t *tempFile) name() string {93 func (t *tempFile) rename(to string) {103 func (t *tempFile) remove() error {