add notice about wildcard conflicts

This commit is contained in:
Thilina Shashimal Senarath 2022-10-05 14:55:54 +05:30 committed by GitHub
parent 78dad9d77d
commit d03525042b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)