Parcourir la source

chore: add examples repo link to README (#1788)

田欧 il y a 6 ans
Parent
commit
8c8002d744
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      README.md
  2. 1 1
      examples/README.md

+ 2 - 0
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

+ 1 - 1
examples/README.md

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