aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/build4
-rwxr-xr-xscript/test3
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 ./...
bgstack15