update readme

This commit is contained in:
thinkerou 2022-12-25 11:38:19 +08:00
parent 703df8c637
commit 77891feabd

View File

@ -26,8 +26,6 @@ Gin is a web framework written in [Go](https://go.dev/). It features a martini-l
- Rendering built-in - Rendering built-in
- Extendable - Extendable
For more feature details, please see the [Gin website introduction](https://gin-gonic.com/docs/introduction/).
## Getting started ## Getting started
@ -82,6 +80,7 @@ And use the Go command to run the demo:
$ go run example.go $ go run example.go
``` ```
For more examples, please read the [Gin Quick Start](docs/doc.md).
## Examples ## Examples