Skip to content

Latest commit

 

History

History
207 lines (190 loc) · 22 KB

README.md

File metadata and controls

207 lines (190 loc) · 22 KB

Learning Go

This repository contains resources to help learn programming in Go (Golang) 📁.

I like to learn (a bit) a new programming language each year, not necessarily to use it, just for fun and to see how different programming languages are used to solve similar problems. So do not expect that this repository becomes full of great ideas & solutions (but who knows? ;-)). It is just my scratchpad to play with Go, so please treat it as such.

Table of Contents

Repository Contents

This repository contains the following sub-directories:

Learning Resources

Based on these (free) courses & articles:

I also used these (paid) courses & books:

Useful Tools & Other Resources

Some useful tools & other resources:

Extras

My IDE setup (used while working on this repository) is described here.