1
0
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:
Gerasimos (Makis) Maropoulos
2021-02-19 08:54:32 +02:00
parent 7a5abf0f4e
commit efcdd4b9e5
2 changed files with 1 additions and 2 deletions

View File

@@ -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