You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove custom implementations of TempFile and ReadFile
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.
0 commit comments