add contents for readme

This commit is contained in:
thinkerou 2018-04-19 23:03:22 +08:00
parent 723512f11c
commit 8adb357536

View File

@ -15,16 +15,16 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi
## Contents ## Contents
- [Quick start](#Quick-start) - [Quick start](#quick-start)
- [Benchmarks](#Benchmarks) - [Benchmarks](#benchmarks)
- [Gin v1.stable](#Gin-v1.stable) - [Gin v1.stable](#gin-v1.stable)
- [Start using it](#Start-using-it) - [Start using it](#start-using-it)
- [Build with jsoniter](#Build-with-jsoniter) - [Build with jsoniter](#build-with-jsoniter)
- [API Examples](#API-Examples) - [API Examples](#api-Examples)
- [Using GET,POST,PUT,PATCH,DELETE and OPTIONS](Using GET,POST,PUT,PATCH,DELETE-and-OPTIONS) - [Using GET,POST,PUT,PATCH,DELETE and OPTIONS](Using GET,POST,PUT,PATCH,DELETE-and-OPTIONS)
- []() - []()
- [Testing](#Testing) - [Testing](#testing)
- [Users](#Users) - [Users](#users--)
## Quick start ## Quick start