mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
fix script 1
This commit is contained in:
2
.github/scripts/setup_examples_test.bash
vendored
2
.github/scripts/setup_examples_test.bash
vendored
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in *; do
|
||||
for f in ../../_examples/*; do
|
||||
if [ -d "$f" ]; then
|
||||
# Will not run if no directories are available
|
||||
go mod init
|
||||
|
||||
Reference in New Issue
Block a user