sazardev/goca
Goca is a powerful CLI code generator for Go that helps you create Clean Architecture projects following best practices.
This tool helps Go developers quickly set up new projects or add features to existing ones, ensuring the code follows the "Clean Architecture" best practices. It takes your project's name and desired feature details as input and generates well-organized, layered Go code. It's designed for backend developers or software architects who build applications with Go.
194 stars.
Use this if you are a Go developer who wants to consistently build maintainable, scalable applications by adhering to Clean Architecture principles without writing repetitive boilerplate code.
Not ideal if you are working on a small, simple Go script or a project that doesn't require a strict architectural pattern.
Stars
194
Forks
4
Language
Go
License
MIT
Category
Last pushed
Feb 01, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sazardev/goca"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.