https://github.com/func25/go-practical-tips
Go Practical Tips
https://github.com/func25/go-practical-tips
go golang guide
Last synced: 14 days ago
JSON representation
Go Practical Tips
- Host: GitHub
- URL: https://github.com/func25/go-practical-tips
- Owner: func25
- License: apache-2.0
- Created: 2024-04-09T15:10:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T05:09:21.000Z (about 1 month ago)
- Last Synced: 2025-12-30T11:59:48.667Z (about 1 month ago)
- Topics: go, golang, guide
- Homepage:
- Size: 5.86 KB
- Stars: 695
- Watchers: 10
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
In this repository, you'll find a collection of practical tips for writing better Go code, gathered from personal experiences and shared through tweets.
The main goal here is not to enforce strict rules or give aggressive advice. Instead, we're creating a space for discussion, where we can explore the basics, understanding the core ideas, the reasons, and the solutions that are unique to Go programming.
# Practical Tips
For more detailed explanations and examples, check out [Go Practical Tips](https://github.com/func25/go-tips/blob/main/tips.md). You'll find the tips organized into different sections, each focusing on specific aspects of writing Go code. These tips are meant to be practical and useful, serving as a guide or a reference to help you write better Go code.