From 12dbe5eb5e59fe093eb4b05a802f0e2022e9c7c2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 23 Jan 2017 10:23:22 +0100 Subject: [PATCH] Install jiq using go get --- bin/update-gotools | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/update-gotools b/bin/update-gotools index 98eeb3f..1c1b645 100755 --- a/bin/update-gotools +++ b/bin/update-gotools @@ -29,3 +29,6 @@ go get -u github.com/fatih/hclfmt # Ensure vim-go can work vim +:GoInstallBinaries +:qall + +# Normally update non-version dependent tools +go get -u github.com/fiatjaf/jiq/cmd/jiq