September 2017
Intermediate to advanced
466 pages
9h 33m
English
This section will present a program that uses a more traditional approach, where a buffer is used for reading and copying to the new file.
There exist two main reasons that make cp.go better than notGoodCP.go. The first is that the developer has more control over the process in exchange for having to write more Go code and the second is that cp.go allows you to define the size of the buffer, which is the most important parameter in the copy operation.
The code of ...
Read now
Unlock full access