Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 17:45:57 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 17:47:38 +0300
commit78672a4f8a99a3fda63ccd9119f63639827617ab (patch)
treeb760f3276d1af02c78d3c4f46c9c75ac92e9559c /main.go
parent8d0cdba657ec249a1815a8f83c8cda0031dbf190 (diff)
Enable testing framework
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7844e2d2..b89cec0c 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,6 @@ import (
"net/http"
"strings"
"sync"
- "syscall"
)
// VERSION stores the information about the semantic version of application