1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

let's see

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 08:49:15 +02:00
parent b80bd10903
commit 1243150690
15 changed files with 88 additions and 95 deletions

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

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