Go by Example

Resources

Articles

Videos

Books

Notes

  • Pointers are a frequent sticking point for new go developers. They are beyond useful and a huge feature of the language, so a good understanding goes a long way.
  • Looking through the source of trending packages always yields some interesting finds.
  • A pointer is a variable which stores the memory address of another variable. This post covers pointer declaration, dereferencing and various other topics with examples.
  • Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Misc