dev-go/act: add -x for verbose Go build

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-20 05:33:05 +00:00
parent 5f9422d724
commit bb5b84a239

View File

@@ -47,7 +47,7 @@ src_compile() {
fi
cd "${S}"/Source || die
go build -o ../${PN} *.go || die
go build -x -o ../${PN} *.go || die
}
src_install() {