Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 3.22 KB

readme.md

File metadata and controls

80 lines (66 loc) · 3.22 KB

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