An open API service indexing awesome lists of open source software.

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.

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