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

Use go

Go is a programming language created at Google in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically typed compiled language in the tradition of C, with garbage collection, limited structural typing, memory safety features and CSP-style concurrent programming features added.

Resources and References