Reason for no copy function in Go

I would like to know the reason why we have a package like “errors” with two functions that everyone can write, but we haven’t a function that allows to copy file.

I ask this question because I don’t understand why Go does not provide a function to copy files since language like Rust and also C++ do

1 Like

Well, not so straightforward but…

(see method1)

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.