A simple web framework
Go to file
2024-09-26 22:58:55 +02:00
framework context: Get params from url 2024-09-26 21:15:15 +02:00
.gitignore Initial commit 2024-09-05 14:21:22 +00:00
go.mod request/response: add interfaces and implementations 2024-09-25 22:20:00 +02:00
go.sum request/response: add interfaces and implementations 2024-09-25 22:20:00 +02:00
handlers.go stop: use graceful shutdown 2024-09-26 22:58:55 +02:00
main.go stop: use graceful shutdown 2024-09-26 22:58:55 +02:00
README.md Initial commit 2024-09-05 14:21:22 +00:00
routes.go context: Get params from url 2024-09-26 21:15:15 +02:00

go-web

A simple web framework