chore: add examples repo link to README

This commit is contained in:
thinkerou 2019-03-02 08:22:20 +08:00
parent 0feaf8cbd8
commit e5064dba61
2 changed files with 2 additions and 3 deletions

View File

@ -211,6 +211,8 @@ $ go build -tags=jsoniter .
## API Examples
You can find a number of ready-to-run examples at [Gin examples repository](https://github.com/gin-gonic/examples).
### Using GET, POST, PUT, PATCH, DELETE and OPTIONS
```go

View File

@ -1,3 +0,0 @@
# Gin Examples
## TODO