https://github.com/wolverian/reitti
go golang router
Score: -Infinity
Last synced: about 6 hours ago
JSON representation
Repository metadata:
A simple router for arbitrary paths
- Host: GitHub
- URL: https://github.com/wolverian/reitti
- Owner: wolverian
- License: mit
- Created: 2025-01-07T07:53:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-19T23:13:42.000Z (16 days ago)
- Last Synced: 2026-01-27T22:25:36.281Z (8 days ago)
- Topics: go, golang, router
- Language: Go
- Homepage: https://pkg.go.dev/github.com/wolverian/reitti
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Ilmari Vacklin
- Login: wolverian
- Email:
- Kind: user
- Description:
- Website:
- Location: Helsinki, Finland
- Twitter:
- Company: @reaktor
- Icon url: https://avatars.githubusercontent.com/u/42124?u=295f7208d4335c64215d1a77491a91235aa451be&v=4
- Repositories: 102
- Last Synced at: 2025-10-11T06:08:36.583Z
- Profile URL: https://github.com/wolverian
GitHub Events
Total
- Create event: 34
- Delete event: 20
- Issue comment event: 12
- Pull request event: 62
- Pull request review comment event: 2
- Pull request review event: 15
- Push event: 27
- Release event: 4
- Total: 176
Last Year
- Create event: 17
- Delete event: 17
- Issue comment event: 10
- Pull request event: 44
- Push event: 7
- Total: 95
Committers metadata
Last synced: 1 day ago
Total Commits: 36
Total Committers: 2
Avg Commits per committer: 18.0
Development Distribution Score (DDS): 0.444
Commits in past year: 17
Committers in past year: 2
Avg Commits per committer in past year: 8.5
Development Distribution Score (DDS) in past year: 0.059
| Name | Commits | |
|---|---|---|
| Ilmari Vacklin | i****n@i****i | 20 |
| dependabot[bot] | 4****] | 16 |
Issue and Pull Request metadata
Last synced: 16 days ago
Total issues: 0
Total pull requests: 46
Average time to close issues: N/A
Average time to close pull requests: 6 days
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.3
Merged pull request: 24
Bot issues: 0
Bot pull requests: 29
Past year issues: 0
Past year pull requests: 30
Past year average time to close issues: N/A
Past year average time to close pull requests: 9 days
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.4
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 29
Top Issue Authors
Top Pull Request Authors
- dependabot[bot] (29)
- wolverian (17)
Top Issue Labels
Top Pull Request Labels
- dependencies (29)
- github_actions (27)
- documentation (2)
- bug (2)
- enhancement (2)
- go (2)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
proxy.golang.org: github.com/wolverian/reitti
Package reitti provides a simple router for matching routes with handlers. Routes are paths with / separated components. A component can be a literal or a parameter. A parameter is a placeholder for a value that can be extracted when matching a route. The router supports context and can handle functions with varying signatures as handlers.
- Homepage: https://github.com/wolverian/reitti
- Documentation: https://pkg.go.dev/github.com/wolverian/reitti#section-documentation
- Licenses: MIT
- Latest release: v0.6.0 (published about 1 year ago)
- Last Synced: 2026-02-04T05:45:29.614Z (about 16 hours ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.861%
- Dependent repos count: 6.254%
- Average: 12.728%
- Forks count: 15.972%
- Stargazers count: 22.827%
Dependencies
- actions/checkout v4 composite
- actions/setup-go v5 composite
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.3.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.13.1
- github.com/stretchr/testify v1.10.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.1
- github.com/kr/pretty v0.2.1
- github.com/kr/pretty v0.3.1
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kr/text v0.2.0
- github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.9.0
- github.com/rogpeppe/go-internal v1.13.1
- github.com/stretchr/testify v1.10.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1