diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/build | 4 | ||||
-rwxr-xr-x | script/test | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/script/build b/script/build deleted file mode 100755 index 980a1a2..0000000 --- a/script/build +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -go get -d -v ./... -go build -v ./... diff --git a/script/test b/script/test deleted file mode 100755 index ff2d632..0000000 --- a/script/test +++ /dev/null @@ -1,3 +0,0 @@ -script/build -go fmt ./... -go test -v ./... |