| testhelpers | ||
| .gitignore | ||
| binding_test.go | ||
| binding.go | ||
| go.mod | ||
| LICENSE | ||
| middlewares.go | ||
| README.md | ||
| ron_test.go | ||
| ron.go | ||
| template_test.go | ||
| template.go | ||
Ron Gola
Ron is a framework inspired by Gin Web Framework that shares some similarities. If you have worked with Gin, everything will feel familiar.
Features
- No dependencies
- HTML file processing and output
- Ready-to-use pagination
- Binding form inputs and JSON to structured types
Motivación
It was created from the need to explore the standard library in depth and the challenge of making a project with zero dependencies. With Go version 1.22, it was the perfect opportunity thanks to the changes made in the http package.