text/template.common.muFuncs (field)
9 uses
text/template (current package)
funcs.go#L141: tmpl.muFuncs.RLock()
funcs.go#L142: defer tmpl.muFuncs.RUnlock()
template.go#L20: muFuncs sync.RWMutex // protects parseFuncs and execFuncs
template.go#L100: t.muFuncs.RLock()
template.go#L101: defer t.muFuncs.RUnlock()
template.go#L172: t.muFuncs.Lock()
template.go#L173: defer t.muFuncs.Unlock()
template.go#L200: t.muFuncs.RLock()
template.go#L202: t.muFuncs.RUnlock()
![]() |
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. |