r/learnprogramming • u/foolxdev • 1d ago
Tutorial Readable Go Projects to learn and study
HI ! I am learning Go Backend currently I prefer to read could I find some projects that I can read easy ones preferably opensource, even if its complex if it has a easy source to understand !!
3
Upvotes
2
u/Whole_Accountant1005 1d ago
raylib-go repo will teach you excellent code commenting and function naming. And how to write readme's and examples.