go-cleanarch
Architecture validator
A tool to validate and enforce Clean Architecture rules in Go projects
Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
874 stars
11 watching
46 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
architectureclean-architecturegogolanguncle-bob
Related projects:
Repository | Description | Stars |
---|---|---|
arch-go/arch-go | An open source tool for automated architecture checks in Go projects. | 178 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
twharmon/govalid | Struct validation using tags | 46 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
guiferpa/gody | A lightweight struct validator for Go. | 79 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
go-webauthn/webauthn | A library that provides Web Authentication capabilities for Go applications. | 798 |
jfilipczyk/gomatch | A JSON matcher library that helps validate JSON responses by focusing on essential parts of the response | 47 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
aperezdc/gnarl | A lightweight module for defining schema-validated classes with type-checked attributes. | 5 |
boostport/address | A Go library for validating and formatting addresses using data from Google's Address Data Service. | 90 |
marrow16/valix | A package for validating API requests before they are processed by an application. | 29 |