A simple web framework
Go to file
2024-09-26 22:27:26 +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 context: Get params from url 2024-09-26 21:15:15 +02:00
main.go stop: catch signals 2024-09-26 22:27:26 +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