https://github.com/gaurishhs/gor
HTTP routing utilities for Go 1.22+
https://github.com/gaurishhs/gor
go golang http router
Last synced: 8 months ago
JSON representation
HTTP routing utilities for Go 1.22+
- Host: GitHub
- URL: https://github.com/gaurishhs/gor
- Owner: gaurishhs
- License: mit
- Created: 2025-05-27T09:19:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T05:58:39.000Z (8 months ago)
- Last Synced: 2025-06-06T04:36:49.300Z (8 months ago)
- Topics: go, golang, http, router
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gor
[](https://pkg.go.dev/github.com/gaurishhs/gor)
[](https://goreportcard.com/report/github.com/gaurishhs/gor)
[](https://github.com/gaurishhs/gor/blob/main/LICENSE)
HTTP routing utilities for Go 1.22+
[Read the routing enhancements for Go 1.22 here](https://go.dev/blog/routing-enhancements)
## Features
- **Lightweight**: No external dependencies, LOC < 100.
- **Standard Library**: Built on top of the standard `net/http` package.
## Installation
```bash
go get -u github.com/gaurishhs/gor
```
## License
This project is licensed under the MIT License.