From 69fc5ae8a333748cf803d12e7fb1c222a988e392 Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Mon, 7 Dec 2020 16:00:01 +0300 Subject: [PATCH] add build html go before compile --- build-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-all.sh b/build-all.sh index 187c8e9..b6b938f 100755 --- a/build-all.sh +++ b/build-all.sh @@ -25,6 +25,8 @@ type setopt >/dev/null 2>&1 export GOPATH="${PWD}" GOBIN="/usr/local/go/bin/go" +go run build_web.go + $GOBIN version SCRIPT_NAME=$(basename "$0")