Philosophically On Wed, Jun 10, 2020 at 11:26 AM Michael Jones <[email protected]> wrote:
> Philosophy, this is one of the Go library’s most beautiful designs. It > allows the one in charge—the program you write—to say what should happen, > while allowing everything subordinate to be guided on how it should happen. > > This allows code to be adaptive to device optimal read sizes, network > happenstance, the size of various buffers in code that you can’t see, etc. > > Maximum flexibility, simple formulaic coding: > > While not done, Use this, Ask for more. > > On Wed, Jun 10, 2020 at 7:45 AM Ronny Bangsund <[email protected]> > wrote: > >> Reading in small chunks is handy for progress displays too. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "golang-nuts" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/golang-nuts/115eb9de-b821-44ae-a91c-b8dde26c28beo%40googlegroups.com >> <https://groups.google.com/d/msgid/golang-nuts/115eb9de-b821-44ae-a91c-b8dde26c28beo%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > > *Michael T. [email protected] <[email protected]>* > -- *Michael T. [email protected] <[email protected]>* -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CALoEmQyYhEsr_%3DQUKr_GoBAiRcSCvGsZU%3DAoSm98Pih8n6mEbQ%40mail.gmail.com.
