16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
---
|
|
description: Specifies the recommended folder structure for a Go project using HTMX, including directories for commands, internal logic, templates, and static assets.
|
|
globs: go.mod
|
|
---
|
|
- Use the following folder structure:
|
|
cmd/
|
|
main.go
|
|
internal/
|
|
handlers/
|
|
models/
|
|
templates/
|
|
static/
|
|
css/
|
|
js/
|
|
go.mod
|
|
go.sum |