From fc6ef96764def9e3b370fcbb9a6a59891292008d Mon Sep 17 00:00:00 2001 From: afifurrohman-id Date: Tue, 19 Sep 2023 22:39:16 +0700 Subject: [PATCH] Update examples using git submodules instead --- .gitmodules | 3 +++ examples | 1 + examples/README.md | 3 --- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 examples delete mode 100644 examples/README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..6683efa1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "examples"] + path = examples + url = https://github.com/gin-gonic/examples diff --git a/examples b/examples new file mode 160000 index 00000000..fdef5bbd --- /dev/null +++ b/examples @@ -0,0 +1 @@ +Subproject commit fdef5bbd945a8f5e61febe57479c5312f22c85b0 diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index bfebc6c0..00000000 --- a/examples/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Gin Examples - -⚠️ **NOTICE:** All gin examples have been moved as standalone repository to [here](https://github.com/gin-gonic/examples).