chore: add examples submodule

This commit is contained in:
thinkerou 2019-09-06 07:23:44 +08:00
parent b80d675864
commit 811a680744
3 changed files with 4 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "examples"]
path = examples
url = https://github.com/gin-gonic/examples.git

1
examples Submodule

@ -0,0 +1 @@
Subproject commit b2100e7bc619527a9642e059e89d78d608f29b8b

View File

@ -1,3 +0,0 @@
# Gin Examples
⚠️ **NOTICE:** All gin examples have been moved as standalone repository to [here](https://github.com/gin-gonic/examples).