From d03525042b30a83eec43e1e3580a0f369814467e Mon Sep 17 00:00:00 2001 From: Thilina Shashimal Senarath <43197743+shashimalcse@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:55:54 +0530 Subject: [PATCH] add notice about wildcard conflicts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d7b5ec4..4f10af57 100644 --- a/README.md +++ b/README.md @@ -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)