{"repo":"DoWithLogic/golang-clean-architecture","free":true,"listed":false,"github":"https://github.com/DoWithLogic/golang-clean-architecture","clone":"git clone https://github.com/DoWithLogic/golang-clean-architecture.git","description":"implementation clean architecture with SOLID Principles","language":"Go","stars":303,"topics":["clean-architecture","clean-code","go","boilerplate","solid-principals","tutorial-code","hacktoberfest","hacktoberfest2024","hacktoberfest2025"],"license":"MIT","category":"saas-starters-boilerplates","readme_excerpt":"Golang Clean Architecture This is an example of implementation of Clean Architecture with S.O.L.I.D Principles in Go (Golang) projects. Rule of Clean Architecture by Uncle Bob - Independent of Frameworks. The architecture does not depend on the existence of some library of feature laden software. This allows you to use such frameworks as tools, rather than having to cram your system into their limited constraints. - Testable. The business rules can be tested without the UI, Database, Web Server, or any other external element. - Independent of UI. The UI can change easily, without changing the rest of the system. A Web UI could be replaced with a console UI, for example, without changing the business rules. - Independent of Database. You can swap out Oracle or SQL Server, for Mongo, BigTable, CouchDB, or something else. Your business rules are not bound to the database. - Independent of any external agency. In fact your business rules simply don’t know anything at all about the outside world. More at https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html 🔍 What S.O.L.I.D Principle is? SOLID is an acronym representing five essential design principles for writing maintainable and scalable software. These principles were introduced by Robert C. Martin (Uncle Bob) and have become fundamental guidelines for good software design. SOLID Principles Single Responsibility Principle (SRP) The SRP states that a class should have only one reason to change, meaning it s","default_branch":null,"files":null,"tree":[],"storefront":"/r/DoWithLogic","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/DoWithLogic/golang-clean-architecture/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}