Categorygithub.com/tuxerrante/go_exercises
repository
0.0.0-20240521143005-d1bbbe9de021
Repository: https://github.com/tuxerrante/go_exercises.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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