
DDD architecture review for Go projects enforcing layer boundaries, pointer semantics, and domain-driven design patterns.
Go style and idioms from official Go Code Review Comments wiki.
Review Go code using Gin framework for routing patterns, middleware usage, request/response handling, and error conventions.
Repository pattern review for Go codebases using Jet ORM, domain models, and adapter patterns.