From e7dd71d2a227c4413501d384cc9c95eb5a509ac4 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 19 Apr 2018 22:51:34 +0800 Subject: [PATCH] add contents for readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 72ac99bd..40ad5135 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi ![Gin console logger](https://gin-gonic.github.io/gin/other/console.png) +## Contents + +- [Quick start](#Quick start) +- [Benchmarks](#Benchmarks) +- [Gin v1.stable](#Gin v1.stable) +- [Start using it](#Start using it) +- [Build with jsoniter](#Build with jsoniter) +- [API Examples](#API Examples) +- [Testing](#Testing) +- [Users](#Users) + +## Quick start + ```sh # assume the following codes in example.go file $ cat example.go