Learning go
edited on Feb 22, 2024 go
This entry contains great learning materials for go.
Starting
A Tour of Go: At the very beginning, you can start with
A Tour of Go
. This is ago
tutorial that allows you to learn and run go code directly in your Browser. Also, the Tour can be downloaded to take it offline.golang-standards: For beginners, it’s not so clear how to structure a
go
repository. The following link gives a good introduction. This is not a hard fact that you have to structure it like it is discussed in this repository, but for a beginner it is a good starting point.