Fixe golints of equiv class

This commit is contained in:
Harry Zhang 2018-03-04 17:12:09 -08:00
parent 6380a75484
commit 4e5901f947

View File

@ -62,6 +62,8 @@ func newAlgorithmCache() AlgorithmCache {
}
}
// NewEquivalenceCache returns EquivalenceCache to speed up predicates by caching
// result from previous scheduling.
func NewEquivalenceCache() *EquivalenceCache {
return &EquivalenceCache{
algorithmCache: make(map[string]AlgorithmCache),