kennygrant / bestiaryLinks
A Go Bestiary - bugs, gotchas and guidelines for Go programmers
☆39Updated 5 years ago
Alternatives and similar repositories for bestiary
Users that are interested in bestiary are comparing it to the libraries listed below
Sorting:
- [workshop] GoWayFest 2017: Production-ready microservices: write in Go. A workshop.☆74Updated 6 years ago
- Hands-On Dependency Injection in Go, published by Packt☆146Updated 2 years ago
- Social network for cats☆263Updated last year
- An example project showcasing how Ardan Labs writes integration tests☆117Updated 4 years ago
- adorable gopher logos☆134Updated 4 years ago
- Go's Tooling Cheat Sheet☆171Updated 5 years ago
- a real world example web app in Go☆117Updated 3 years ago
- Clean Architecture using Golang.☆83Updated 4 months ago
- Easily create HTML forms with Go structs.☆398Updated last year
- Go concurrency patterns from Rob Pike's 2012 Google I/O talk☆171Updated 6 years ago
- Hands-On Software Architecture with Golang, published by Packt☆225Updated 2 years ago
- Lightweight library that handles RabbitMQ auto-reconnect and publishing retry routine for you.☆112Updated last year
- Proto-first minimal server platform for gRPС+REST+Swagger APIs☆297Updated 4 months ago
- One place for me to put all my programmery notes☆221Updated 5 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- auto-generate routing documentation in JSON or Markdown for a `chi` Router from your app source☆118Updated last year
- A non-intrusive, zero dependency library adding a graceful shutdown to Go HTTP servers.☆143Updated last year
- Working my way through cracking the coding interview in Go, because I want to learn it☆92Updated 6 years ago
- The SaaS Startup Kit is a set of libraries in Go and boilerplate Golang code for building scalable software-as-a-service (SaaS) applicati…☆33Updated 2 years ago
- Session management for Go 1.11+☆77Updated 3 years ago
- Example project to show how to combine sql.Tx transactions handling and decorators