First encounter with golang was at Andela Kenya, with an introduction from Bill Kennedy and working on the go playground. This was interesting, got to learn basic introduction about go.
Code in this folder is just the basic snippets of go that you find in the go tutorial.
This subproject is a step by step follow of FreeCodeCamp Youtube Tutorial by Michael VanSickle. All the code examples typed in the project are well written and documented what they do in this project.
A crud application written in go.
Everything i have learnt about implementing algorithms in go. Will update this readme as I put more files in it
A basic rest example in go.