Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 731 Bytes

get_to_know_the_standard_library.md

File metadata and controls

19 lines (11 loc) · 731 Bytes

Get to know the standard library

Many Go resources and people recommend using the standard over 3rd. party external dependencies.

I believe it is a good idea to evaluate the options in the standard library before just starting to use the most spiffy and shiny.

A nice over view of the standard library is available here.

This is an interesting additional read serving as a walkthrough.

Since I am still learning Go, I will add notes on the standard library here as I accumulate pick up some more experience.

Resources and References

  1. The Go Standard Library
  2. Medium: A Go Standard Library Walkthrough