New file with constants. And we're now 0.1-beta :).

This commit is contained in:
2016-10-06 21:45:09 +05:00
parent 8cfbca284e
commit e87d51b1e3
3 changed files with 21 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ package main
import (
// local
"github.com/pztrn/urtrator/common"
"github.com/pztrn/urtrator/context"
"github.com/pztrn/urtrator/ui"
@@ -20,7 +21,7 @@ import (
)
func main() {
fmt.Println("This is URTrator, version 0.1")
fmt.Println("This is URTrator, version " + common.URTRATOR_VERSION)
numCPUs := runtime.NumCPU()
runtime.GOMAXPROCS(numCPUs)