Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/func25/go-practical-tips
Go Practical Tips
https://github.com/func25/go-practical-tips
go golang guide
Last synced: about 7 hours 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:28:23.000Z (4 months ago)
- Last Synced: 2024-08-03T09:04:48.374Z (4 months ago)
- Topics: go, golang, guide
- Homepage:
- Size: 164 KB
- Stars: 439
- Watchers: 7
- Forks: 27
- Open Issues: 2
-
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.