August 2019
Beginner to intermediate
798 pages
17h 2m
English
This section will provide some handy advice that will help you to develop better Go packages. We have covered that Go packages are organized in directories and can contain public and private elements. Public elements can be used both internally and externally from other packages, whereas private elements can only be used internally in a package.
Here are several good rules to follow to create superior Go packages:
Read now
Unlock full access