On Mon, Aug 19, 2019 at 6:44 PM joe mcguckin
<
joseph.p...@gmail.com> wrote:
>
> I was perusing the NET library web page today.
>
> 1) Are the packages listed in any particular order?
The types and functions are listed alphabetically.
> 2) What is the hierarchy? e.g., which functions correspond to the low level Unix network calls,
> then there must be some higher level convenience functions. Is there a list of how the functions are ordered?
The overall package description at the top of
https://golang.org/pkg/net is intended to describe the higher level
functions, which are Dial and Listen.
Ian