Getting Started with Go - Variables
November 19, 2017
In the previous article - Golang - Getting Started on The Practical Dev, I wrote an intro to the Go programing language, and how to setup a development environment for your platform.
In this part of the series, we’re going to talk about variables in Go, check it out HERE
Recent posts:
- Maps Don't Shrink in Go
- TTYs
- GADTs for Type-Level Domain Logic
- Composable Parsers with Attoparsec
- Implementing Non-Copyable Embedded Structs
- Tmux sessionizer
- Scripting a self-updating Github Readme
- Notes on building a coding agent
- Functors: Identity, Composition, and fmap
- Largest product in a series