Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 936 Bytes

Ultimate Go - Standard Library

This material covers the essential things you need to know about the io and http packages. Along the way you also learn about the log, reflect and encoding 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.

Logging

Logging

Reflection

Reflection

Input and Output

IO

Encoding and Decoding

Encoding

HTTP

HTTP

Command Line Interfaces

Command-Line Interface (CLI)


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