Learning golang

Konstantinos Patronas
10 min readApr 21, 2021
golang

Those are my personal notes on my journey to learn go and is not a full tutorial, i assume that you have already installed go on your system.

The simplest valid go program

The simplest go program valid for compilation is this, save it as main.go

package mainfunc main() {
}

--

--

Konstantinos Patronas

DevOps engineer, loves Linux, Python, cats and Rock music