/go

In this repo i'll keep all my Go and Go personal projects code

Primary LanguageGo

Learning Go

This repo has only one purpose, keep all my studies using Golang.

1 - A simple Hello World

Hello-World

This is the first step to know the Go syntax. In this simple Hello World example, i'm using some interesting concepts of Go like Pointers as you can read in the comments contained in the main.go file.