aboutsummaryrefslogtreecommitdiff
path: root/xS/xS.go
diff options
context:
space:
mode:
Diffstat (limited to 'xS/xS.go')
-rw-r--r--xS/xS.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/xS/xS.go b/xS/xS.go
index e6c3b3c..feefb5c 100644
--- a/xS/xS.go
+++ b/xS/xS.go
@@ -40,13 +40,9 @@ import (
"time"
)
-var debugMode = false
+const projectName = "xS"
-const (
- projectName = "xS"
- // TODO: Consider using the same version number for all subprojects.
- projectVersion = "0"
-)
+var debugMode = false
// --- Logging -----------------------------------------------------------------