/go_exercises

repo for mastering go

Primary LanguageGo

Build and Run

To add more packages locally, follow these suggestions.
To not get mad with gitignore, always build giving an ignored extension to binaries (*.o, *.exe), or move them to an ignored folder (/bin)

go mod init myExample
go mod tidy
go run .

Resources

Master go learning roadmap: https://roadmap.sh/golang/

Tutorials

Video courses

Exercises

Suggested path (WIP)

Use Go Tour as the base lessons order. While the following list should be used as an extension of the arguments for a deeper understanding:

Books