til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Reading Documentation

The title should perhaps be: “Finding Documentation”.

pkg.go.dev is an awesome resource.

  1. You can search for package names (try fmt)
  2. You can search for symbols (try time.Now)

Resources and References