handlers: Cleanup time handlers helpers.

This commit is contained in:
Harshavardhana
2016-03-07 09:52:20 -08:00
parent 59fbb6d081
commit 761cb2c740
2 changed files with 49 additions and 47 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
func TestGenerateRequestID(t *testing.T) {
// Ensure that it returns an alphanumeric result of length 16.
var id []byte = generateRequestID()
var id = generateRequestID()
if len(id) != 16 {
t.Fail()