crazybber / awesome-patterns
Collections of Go patterns based on tmrts/go-patterns, But merged with other awesome forks and more improvoments.
☆418Updated 2 years ago
Alternatives and similar repositories for awesome-patterns
Users that are interested in awesome-patterns are comparing it to the libraries listed below
Sorting:
- A collection of Go style guides☆971Updated 2 years ago
- structslop is a static analyzer for Go that recommends struct field rearrangements to provide for maximum space/allocation efficiency.☆823Updated last year
- Design patterns for the Go programming language☆621Updated 2 years ago
- Example code for Go generics☆1,358Updated last year
- Refactoring and code transformation tool for Go.☆990Updated 3 months ago
- Combine one or more Go errors together☆1,132Updated last year
- Bunch of examples for dealing with the reflect package