go lint cleanup (#891)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2017-08-10 18:00:23 -07:00
committed by GitHub
parent 26d8680a11
commit c0f62e3f65
2 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import (
)
var (
// SupportedPolicies is the collection of policies registered
SupportedPolicies = make(map[string]func() Policy)
)