1. adding statistics reporting

2. refactor version to util package
This commit is contained in:
Chris Lu
2014-03-25 13:46:59 -07:00
parent 6e0601a73b
commit 39b774a131
17 changed files with 319 additions and 32 deletions

7
go/util/constants.go Normal file
View File

@@ -0,0 +1,7 @@
package util
import ()
const (
VERSION = "0.51"
)