A simple web framework
Go to file
2024-09-30 19:44:10 +02:00
app Integrate cobra into the framework part1 2024-09-30 19:38:16 +02:00
framework fix crash 2024-09-30 19:44:10 +02:00
.gitignore Repo: Add binary to gitignore 2024-09-30 13:53:00 +02:00
.gitmodules GoWeb: add cobra 2024-09-30 14:02:36 +02:00
go.mod Integrate cobra into the framework part1 2024-09-30 19:38:16 +02:00
go.sum Integrate cobra into the framework part1 2024-09-30 19:38:16 +02:00
handlers.go GoWeb: Remove everything to use Gin 2024-09-28 22:53:41 +02:00
main.go Integrate cobra into the framework part1 2024-09-30 19:38:16 +02:00
README.md Initial commit 2024-09-05 14:21:22 +00:00
routes.go Repo: reorganize the repo structure 2024-09-30 13:42:37 +02:00

go-web

A simple web framework