good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1b74b98f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Check if go install succeed

parent d57b7e8d
No related branches found
No related tags found
No related merge requests found
......@@ -49,5 +49,9 @@ else
fi
go install
if [ $? == 0 ]; then
echo "go install failed"
exit
fi
echo "done. Please run $exe :-)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment