Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer using the temp file instead of reopening #72

Merged
merged 1 commit into from
Mar 30, 2014

Conversation

derekparker
Copy link
Contributor

The temp file can be used directly without having to reopen it by simply
calling Seek() to set the file pointer back to the beginning of the
file.

The temp file can be used directly without having to reopen it by simply
calling Seek() to set the file pointer back to the beginning of the
file.
@kytrinyx
Copy link
Member

I didn't know that, thank you!

kytrinyx added a commit that referenced this pull request Mar 30, 2014
Prefer using the temp file instead of reopening
@kytrinyx kytrinyx merged commit 99c5e14 into exercism:master Mar 30, 2014
@derekparker derekparker deleted the use-temp-file branch March 30, 2014 16:57
lcowell pushed a commit to lcowell/cli that referenced this pull request Jan 25, 2015
Prefer using the temp file instead of reopening
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants