1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-07 12:07:28 +00:00

remove experimental-handlers examples, users should visit github.com/iris-contrib/middleware instead, let's not have duplications

Former-commit-id: 72754683d1bcd4325b5fcd9f57c6cb87f1d7337d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-15 16:03:19 +03:00
parent 5b4cc9a0a2
commit 55bdb44e26
22 changed files with 12 additions and 658 deletions

View File

@@ -16,7 +16,6 @@ after_script:
# examples
- cd ./_examples
- go get ./...
- go get github.com/casbin/casbin@v2.0.0
- go test -v -cover ./...
- cd ../
# typescript examples