golint cleanups.

This commit is contained in:
2017-11-16 08:32:05 -08:00
parent d083a39a7d
commit cb16cfa183
6 changed files with 19 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ import (
"testing"
)
// NoDebug, if set to true, will cause all asserts to be ignored.
// NoDebug can be set to true to cause all asserts to be ignored.
var NoDebug bool
func die(what string, a ...string) {