friendsofgo / go-architecture-examplesLinks
Examples of our talks about how to structure the Go code
☆47Updated 2 years ago
Alternatives and similar repositories for go-architecture-examples
Users that are interested in go-architecture-examples are comparing it to the libraries listed below
Sorting:
- Ejemplos del curso de API HTTP en Go aplicando Arquitectura Hexagonal☆144Updated last year
- Introductory examples to Go programming language used in the CodelyTV Pro course☆117Updated 2 years ago
- Trauducción de la Guía de Estilos de Uber en Go. Repo original: https://github.com/uber-go/guide☆103Updated 2 years ago
- Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.☆31Updated 5 years ago
- MinesWeeper API for hexagonal architecture sample☆176Updated last year
- Simple way to generate mock servers written in Go☆555Updated 11 months ago
- The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the blog.☆79Updated 2 weeks ago
- Practical implementation of Domain Driven Design in go☆334Updated 8 months ago
- a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld☆531Updated last month
- Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.☆958Updated 4 years ago
- ☆209Updated 2 years ago
- golang hexagonal architecture - focus on simplifed code, orgenized structure and better naming for functions and packages name☆120Updated 5 years ago
- Colección de contenidos y recursos en Español para desarrolladores de Golang. Awesome oficial: https://awesome-go.com☆128Updated last year
- Clean Architecture sample☆630Updated 2 years ago
- Go with Clean Architecture☆649Updated 8 months ago
- Little API to demonstrate various microservice design principles and technologies☆149Updated 3 years ago
- Golang API project showcase heavily influenced by the Clean Architecture and Hexagonal Architecture, using PostgreSQL.☆293Updated 2 years ago
- Source code for https://threedots.tech/post/microservices-or-monolith-its-detail/ article.☆301Updated last year
- 🎓☆32Updated 5 years ago
- Clean Architecture sample☆1,318Updated 2 years ago
- A simple approach to understanding Unit and Integration testing in Golang☆99Updated 6 years ago
- Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.☆891Updated 4 years ago
- Short examples of common anti-patterns in Go Web Applications.☆449Updated last year
- Domain-Driven Design With Golang, published by Packt☆311Updated last year
- A demo repository that explains an approach to DDD in Go☆701Updated 2 years ago
- A Golang reference implementation of the CQRS pattern.☆373Updated 3 years ago
- A web application boilerplate built with go and clean architecture.