Skip to content

Commit

Permalink
chore: add examples repo link to README (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored and appleboy committed Mar 2, 2019
1 parent 688eb12 commit 8c8002d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Gin Examples

## TODO
⚠️ **NOTICE:** All gin examples has moved as alone repository to [here](https://github.com/gin-gonic/examples).

0 comments on commit 8c8002d

Please sign in to comment.