sagikazarmark / modern-go-applicationLinks
Modern Go Application example
☆1,934Updated last year
Alternatives and similar repositories for modern-go-application
Users that are interested in modern-go-application are comparing it to the libraries listed below
Sorting:
- Examples for my talk on structuring go apps☆2,398Updated 2 years ago
- Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.☆957Updated 4 years ago
- A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific …☆3,063Updated 2 years ago
- Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.☆4,440Updated 3 weeks ago
- Idiomatic Golang Restful Starter Kit☆1,510Updated 11 months ago
- Concurrency patterns in Go☆3,082Updated last year
- An opinionated guideline to structure & develop a Go web application/service☆1,027Updated last month
- Go implementation of Fowler's Money pattern☆1,824Updated 6 months ago
- Professional lightweight testing mini-framework for Go.☆1,928Updated last year
- Starter-kit for writing services in Go using Kubernetes.☆3,903Updated last week
- A Makefile/Dockerfile example for Go projects.☆3,320Updated last week
- Practical concurrency guide in Go, communication by channels, patterns☆2,811Updated 2 years ago
- Resiliency patterns for golang☆2,335Updated 8 months ago
- WTF Dial is an example web application written in Go.☆1,887Updated 3 years ago
- An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language con…☆4,024Updated last year
- Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.