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()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |