I'm learning the Go programming language. This repo contains my experiments along the way.
-
From the official Go tutorial
hello/- Hello Worldnewmath/- Learn how to create a libraryuse-newmath/- Use a library
-
From Go by Example
hello2/- Hello Worldvalues/- Simple types and manipulationvariables/- Simple variable definition and usageconstants/- Simple usage of constantsgo-for/- Various forms of forgo-if/- Various ifsswitch/- Switch statements