From e5064dba61dc16a2e690cd2475762b332660393d Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sat, 2 Mar 2019 08:22:20 +0800 Subject: [PATCH] chore: add examples repo link to README --- README.md | 2 ++ examples/README.md | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 examples/README.md diff --git a/README.md b/README.md index a4ced64e..547e7d16 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index 4b3b718c..00000000 --- a/examples/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Gin Examples - -## TODO