1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 22:15:57 +00:00

last version of v12

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-04-25 01:43:13 +03:00
1443 changed files with 85668 additions and 101900 deletions

13
.github/scripts/setup_examples_test.bash vendored Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
for f in ../../_examples/*; do
if [ -d "$f" ]; then
# Will not run if no directories are available
go mod init
go get -u github.com/kataras/iris/v12@latest
go mod download
go run .
fi
done
# git update-index --chmod=+x ./.github/scripts/setup_examples_test.bash