Clean Architecture Go backend template for maintainable, testable APIs with observability, designed for AI agents.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
125
commits
feat(errors): add error handling for no rows in PostgreSQL queries
6804376View on GitHubdocs(postgres): update README and schema files for migrations and foreign key handling
89192dbView on GitHubdocs(guidelines): update iteration and JSON field semantics rules
237475dView on GitHubfeat(logger): add NoopLogger implementation for Logger interface
b7916faView on GitHubfeat(errors): add foreign key violation handling in PostgreSQL error management
0305b47View on GitHubrefactor(auth): reorganize external repository structure for OAuth and OTP
a073edaView on GitHubdocs(repository): update README with repository interface guidelines
c74120dView on GitHubdocs(json): introduce JSON field semantics guidelines for API responses
5f30094View on GitHubdocs(sql): refine database interaction guidelines to enhance performance and clarity
6c9ecd4View on GitHubdocs(sql): add guidelines to prevent N+1 queries and optimize database interactions
32f214aView on GitHubdocs(sql): add type alignment guidelines for database interactions
30b6e09View on GitHubfeat(errors): enhance error handling for PostgreSQL write operations
3052d61View on GitHubrefactor(database): update schema and models to use BIGINT for IDs and VARCHAR for string fields
14643f3View on GitHubfeat(errors): implement sentinel error handling for database operations
a31ea99View on GitHub