Browse Source

created build script to simplify fresh builds

Casey DeLorme 10 năm trước cách đây
mục cha
commit
f87fc428d5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      build

+ 6 - 0
build

@@ -0,0 +1,6 @@
+#!/bin/bash
+rm -rf go staticmd
+export GOPATH=$(pwd)/go
+go get &> /dev/null
+go get -u all &> /dev/null
+go build