From abd2ec4372de2adcd03984bba20ed528aad8e60d Mon Sep 17 00:00:00 2001 From: w169q169 Date: Thu, 26 Apr 2018 08:42:55 +0800 Subject: [PATCH] add api document on the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 481ef36c..2806d979 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi - [Bind HTML checkboxes](#bind-html-checkboxes) - [Multipart/Urlencoded binding](#multiparturlencoded-binding) - [XML, JSON and YAML rendering](#xml-json-and-yaml-rendering) + - [JSONP rendering](#jsonp-rendering) - [Serving static files](#serving-static-files) - [HTML rendering](#html-rendering) - [Multitemplate](#multitemplate)