https://github.com/trapcodeio/fiber-route-name-bug
A reproduction of go fiber route name abnormality from version 2.47 upwards.
https://github.com/trapcodeio/fiber-route-name-bug
Last synced: 12 months ago
JSON representation
A reproduction of go fiber route name abnormality from version 2.47 upwards.
- Host: GitHub
- URL: https://github.com/trapcodeio/fiber-route-name-bug
- Owner: trapcodeio
- Created: 2023-10-09T13:28:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:40:31.000Z (over 2 years ago)
- Last Synced: 2025-03-20T05:34:53.648Z (12 months ago)
- Language: Go
- Homepage: https://github.com/gofiber/fiber/issues/2671
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
A reproduction of go fiber route name abnormality from version 2.47 upwards.
To reproduce or run,
- clone the repo
- cd into each of the version folders and run `go run server.go`
- For version 2.46 visit http://localhost:3000
- For version 2.47 visit http://localhost:3001
- For version 2.50 visit http://localhost:3002