Skip to content

Remove custom implementations of TempFile and ReadFile #1044

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

Merged
merged 1 commit into from
Jul 22, 2021
Merged

Conversation

flimzy
Copy link
Member

@flimzy flimzy commented Jul 22, 2021

With Go 1.16, these functions were moved from the ioutil package to the os package, which means we can use the upstream versions without any extra imports, thus simplifying our fork.

This also simplifies adding support for 1.17, as these extensions have some naming collisions with the new functionality added to the testing package.

With Go 1.16, these functions were moved from the ioutil package to the os
package, which means we can use the upstream versions without any extra
imports, thus simplifying our fork.
@flimzy flimzy mentioned this pull request Jul 22, 2021
14 tasks
@flimzy flimzy merged commit 69c5ea8 into master Jul 22, 2021
@flimzy flimzy deleted the ioutil branch July 22, 2021 20:44
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