https://github.com/wolverian/reitti
go golang router
Score: -Infinity
Last synced: about 9 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-06T22:24:38.000Z (9 days ago)
- Last Synced: 2026-04-12T00:34:48.102Z (3 days ago)
- Topics: go, golang, router
- Language: Go
- Homepage: https://pkg.go.dev/github.com/wolverian/reitti
- Size: 27.3 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: 37
- Delete event: 22
- Issue comment event: 13
- Pull request event: 67
- Pull request review comment event: 2
- Pull request review event: 15
- Push event: 28
- Release event: 4
- Total: 188
Last Year
- Create event: 16
- Delete event: 15
- Issue comment event: 9
- Pull request event: 42
- Push event: 7
- Total: 89
Committers metadata
Last synced: 3 days ago
Total Commits: 37
Total Committers: 2
Avg Commits per committer: 18.5
Development Distribution Score (DDS): 0.459
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****] | 17 |
Issue and Pull Request metadata
Last synced: 8 days ago
Total issues: 0
Total pull requests: 50
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.32
Merged pull request: 25
Bot issues: 0
Bot pull requests: 33
Past year issues: 0
Past year pull requests: 25
Past year average time to close issues: N/A
Past year average time to close pull requests: 8 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.32
Past year merged pull request: 12
Past year bot issues: 0
Past year bot pull requests: 24
Top Issue Authors
Top Pull Request Authors
- dependabot[bot] (33)
- wolverian (17)
Top Issue Labels
Top Pull Request Labels
- dependencies (33)
- github_actions (31)
- documentation (2)
- enhancement (2)
- bug (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 over 1 year ago)
- Last Synced: 2026-04-12T00:02:49.206Z (3 days 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 v6 composite
- actions/setup-go v6 composite
- astral-sh/setup-uv 681c641aba71e4a1c380be3ab5e12ad51f415867 composite
- github/codeql-action/upload-sarif v4 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