Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnpili/go-controller-request-mapping
My attempt in implementing RequestMapping equivalent per controller in Golang. Organize the controllers like in Spring Framework
https://github.com/johnpili/go-controller-request-mapping
golang spring-framework
Last synced: 23 days ago
JSON representation
My attempt in implementing RequestMapping equivalent per controller in Golang. Organize the controllers like in Spring Framework
- Host: GitHub
- URL: https://github.com/johnpili/go-controller-request-mapping
- Owner: johnpili
- License: mit
- Created: 2021-02-06T16:30:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T01:51:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-22T05:34:18.164Z (25 days ago)
- Topics: golang, spring-framework
- Language: Go
- Homepage: https://johnpili.com/controller-request-mapping-in-golang
- Size: 4.06 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-controller-request-mapping
My attempt in implementing @RequestMapping equivalent per controller in Golang. Organize the controllers like in Spring Framework