Updating check.v1

This commit is contained in:
Frederick F. Kautz IV
2015-03-25 00:21:43 -07:00
parent 2aa1da16d7
commit 2e857a6f94
3 changed files with 78 additions and 73 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
package check_test
import (
"time"
. "gopkg.in/check.v1"
"time"
)
var benchmarkS = Suite(&BenchmarkS{})