From e5064dba61dc16a2e690cd2475762b332660393d Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sat, 2 Mar 2019 08:22:20 +0800 Subject: [PATCH 1/2] 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 a4ced64e13..547e7d169b 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 4b3b718c86..0000000000 --- a/examples/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Gin Examples - -## TODO From 714fa170d0ea102de5c0b1f7eecd058bf7d7f618 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sat, 2 Mar 2019 08:48:42 +0800 Subject: [PATCH 2/2] chore: add examples repo link to README --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..b02deae40f --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Gin Examples + +⚠️ **NOTICE:** All gin examples has moved as alone repository to [here](https://github.com/gin-gonic/examples).