Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 818 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 818 Bytes

Ultimate Go - Packages

This material covers the essential things you need to know about the standard library and some important third party packages. Along the way you also learn about the most commonly used packages.

Note: This material has been designed to be taught in a classroom environment. The code is well commented but missing some of the contextual concepts and ideas that will be covered in class.

Packages

Context | Encoding | IO | Logging | Reflection


All material is licensed under the Apache License Version 2.0, January 2004.