diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..c0c5c789 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "examples"] + path = examples + url = https://github.com/gin-gonic/examples.git diff --git a/examples b/examples new file mode 160000 index 00000000..b2100e7b --- /dev/null +++ b/examples @@ -0,0 +1 @@ +Subproject commit b2100e7bc619527a9642e059e89d78d608f29b8b 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).