Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

In this repository, you'll find a collection of practical tips for writing better Go code, gathered from personal experience and shared through tweets.

The main goal is not to enforce strict rules or give aggressive advice. Instead, this is a space for discussion, where we can explore the basics, understand the core ideas, and look at the reasons and solutions that are unique to Go programming.

Practical Tips

For more detailed explanations and examples, check out Go Practical Tips. You'll find the tips organized into different sections, each focused on a specific aspect of writing Go code. These tips are meant to be practical and useful, serving as a guide or reference to help you write better Go code.

Releases

Packages

Contributors