A simple Go program using Fiber for HTTP req handler and Ent for ORM with only table: User.
Find a file
2026-02-17 13:06:28 +07:00
config Initial commit 2026-02-16 21:56:00 +07:00
ent Initial commit 2026-02-16 21:56:00 +07:00
handlers feat: implement success and error response handlers 2026-02-17 13:06:28 +07:00
types feat: implement success and error response handlers 2026-02-17 13:06:28 +07:00
.env.example Initial commit 2026-02-16 21:56:00 +07:00
.gitignore Initial commit 2026-02-16 21:56:00 +07:00
db.go Initial commit 2026-02-16 21:56:00 +07:00
go.mod Initial commit 2026-02-16 21:56:00 +07:00
go.sum chore: go mod tidy? 2026-02-16 21:56:20 +07:00
main.go Initial commit 2026-02-16 21:56:00 +07:00