File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515errCode=0
1616# Assume parent folder of go.mod is module root folder
1717#
18- for sub in $( find . -name go.mod -not -path ' . /vendor/*' | xargs -n1 dirname | sort -u) ; do
18+ for sub in $( find . -name go.mod -not -path ' * /vendor/*' | xargs -n1 dirname | sort -u) ; do
1919 pushd " ${sub} " > /dev/null
2020 " ${cmd[@]} " " ${OPTIONS[@]} " ./...
2121 if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change 1515errCode=0
1616# Assume parent folder of go.mod is module root folder
1717#
18- for sub in $( find . -name go.mod -not -path ' . /vendor/*' | xargs -n1 dirname | sort -u) ; do
18+ for sub in $( find . -name go.mod -not -path ' * /vendor/*' | xargs -n1 dirname | sort -u) ; do
1919 pushd " ${sub} " > /dev/null
2020 " ${cmd[@]} " " ${OPTIONS[@]} " ./...
2121 if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change 1515errCode=0
1616# Assume parent folder of go.mod is module root folder
1717#
18- for sub in $( find . -name go.mod -not -path ' . /vendor/*' | xargs -n1 dirname | sort -u) ; do
18+ for sub in $( find . -name go.mod -not -path ' * /vendor/*' | xargs -n1 dirname | sort -u) ; do
1919 pushd " ${sub} " > /dev/null
2020 " ${cmd[@]} " " ${OPTIONS[@]} " ./...
2121 if [ $? -ne 0 ]; then
Original file line number Diff line number Diff line change 1515errCode=0
1616# Assume parent folder of go.mod is module root folder
1717#
18- for sub in $( find . -name go.mod -not -path ' . /vendor/*' | xargs -n1 dirname | sort -u) ; do
18+ for sub in $( find . -name go.mod -not -path ' * /vendor/*' | xargs -n1 dirname | sort -u) ; do
1919 pushd " ${sub} " > /dev/null
2020 " ${cmd[@]} " " ${OPTIONS[@]} " ./...
2121 if [ $? -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments