Go project structure and package layout #6
Labels
No labels
needs-info
needs-triage
ready-for-agent
ready-for-human
wayfinder:grilling
wayfinder:map
wayfinder:prototype
wayfinder:research
wayfinder:task
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#2 Design the database schema
gaetan/Argus
Reference
gaetan/Argus#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #1
Question
Design the Go project structure following Clean Architecture principles. Key decisions:
main.goor a DI container?Consider the Clean Architecture convention from CLAUDE.md: entities → use cases → interface adapters → frameworks.
Example structure to evaluate: