Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 232 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 232 Bytes

Description

Following the examples from https://gobyexample.com/

Install go

brew install go

Check go version

go version

Init a new go project

go mod init github.com/giannisp/learn-go