Skip to content

This is my learning path for cool projects built on top of Go language (golang).

Notifications You must be signed in to change notification settings

san99tiago/go-gopher-go

Repository files navigation

🐧 GO-GOPHER-GO 🐧

This repository covers the basics of Go Language (golang) from my own learning path. It doesn't follow any strict order/topics, it's just how I personally learnt Go basics for my personal projects.

Golang Basics and Tutorials ⚓

These projects were created based on multiple online tutorials and resources, such as:

This repository covers the theory and basic concepts of Golang applications, good practices and some cool examples (from scratch).

If you want to explore more advanced Golang concepts, or have any question related to this repo, feel free to email me and I will be happy to answer you.


The information of this repository is based on many online tutorials, so feel free to use it as a guide for your future projects!

Dependencies 🚦

The dependencies are explained in detail for each project, but the most important one is Golang (Go Language), regardless of your operating system.

My advice is to primary understand the way Golang works with basic tutorials, and then try to develop amazing project ideas based on challenges that you can think of!

Software dependencies (based on project)

  • Visual Studio Code
    Visual Studio Code is my main code editor for high-level programming. This is not absolutely necessary, but from my experience, it gives us a great performance and we can link it with Git and GitHub easily.

  • Go
    Go is an amazing programming language with features such as memory safety, garbage collection, structural typing, and built-in concurrency.

Usage 💫

All projects are really well commented and most of them have specifications and remarks for their purpose and I/O.

I will be uploading most of the files/contents, and try to keep it as clean as possible.

Special thanks 🎁

  • Thanks to all contributors of the great OpenSource projects that I am using.

Author 🎹

Santiago Garcia Arango.