Fix all go vet issues
This commit is contained in:
parent
204c786103
commit
b5707ab71c
13 changed files with 195 additions and 170 deletions
|
@ -24,6 +24,7 @@ var data = os.Getenv("DATA_PATH")
|
|||
// The tick rate of the server in seconds
|
||||
var tick = os.Getenv("TICK_RATE")
|
||||
|
||||
// InnerMain is our main function so tests can run it
|
||||
func InnerMain() {
|
||||
// Ensure we've seeded rand
|
||||
rand.Seed(time.Now().UTC().UnixNano())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue