diff options
Diffstat (limited to 'xS/xS.go')
-rw-r--r-- | xS/xS.go | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 ----------------------------------------------------------------- |