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 20:25:41 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-11 20:25:41 +0300
commitf97ebb63782cb6ac681268651a2234e942b7e90a (patch)
tree1d62c7ab28c41d9fc18db55bfda1a8fe52503828 /main.go
parenta5548d71b72b050df4d708953120af5f16dde39b (diff)
Reduce code complexity
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0dc90b31..586a81a4 100644
--- a/main.go
+++ b/main.go
@@ -6,10 +6,10 @@ import (
"fmt"
"log"
"net/http"
+ "path/filepath"
"strings"
"sync"
"time"
- "path/filepath"
)
// VERSION stores the information about the semantic version of application