Merge remote-tracking branch 'blastrock/go-tools-error'

This commit is contained in:
Maxime Coste 2017-08-26 10:47:04 +07:00
commit c8335a6515

View File

@ -5,6 +5,12 @@
# Needs the following tools in the path:
# - jq for json deserializaton
%sh{
if ! jq --version > /dev/null 2>&1; then
echo 'echo -debug %{Dependency unmet: jq, please install it to use go-tools}'
fi
}
# Auto-completion
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾