From 8e384215b7771eb2a70da8e0f1fb4d4ec92edc04 Mon Sep 17 00:00:00 2001 From: Miki Date: Mon, 11 Jul 2016 09:55:43 +0200 Subject: [PATCH] compila staticamente --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..dca2789 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo .