pass golint

This commit is contained in:
Wenkai Yin 2016-06-29 18:20:53 +08:00
parent f31d469758
commit 5f75156e1d

View File

@ -20,6 +20,7 @@ import (
) )
var ( var (
// Insecure represents whether verify cert if connecting to a https server.
Insecure bool Insecure bool
) )