var github.com/ghodss/yaml.fieldCache

9 uses

	github.com/ghodss/yaml (current package)
		fields.go#L286: var fieldCache struct {
		fields.go#L293: 	fieldCache.RLock()
		fields.go#L294: 	f := fieldCache.m[t]
		fields.go#L295: 	fieldCache.RUnlock()
		fields.go#L307: 	fieldCache.Lock()
		fields.go#L308: 	if fieldCache.m == nil {
		fields.go#L309: 		fieldCache.m = map[reflect.Type][]field{}
		fields.go#L311: 	fieldCache.m[t] = f
		fields.go#L312: 	fieldCache.Unlock()