mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-17 14:12:16 +08:00
add notice about wildcard conflicts
This commit is contained in:
parent
78dad9d77d
commit
d03525042b
@ -14,6 +14,8 @@
|
||||
|
||||
Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 times faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin.
|
||||
|
||||
NOTICE: You cannot make a typical REST API because you WILL run into wildcard conflicts. Use at your OWN risk!
|
||||
|
||||
## Contents
|
||||
|
||||
- [Gin Web Framework](#gin-web-framework)
|
||||
|
Loading…
x
Reference in New Issue
Block a user