MCPcopy Create free account
hub / github.com/unrolled/render / emptyLock

Struct emptyLock

lock.go:20–20  ·  view source on GitHub ↗

emptyLock is a noop RWLock implementation.

Source from the content-addressed store, hash-verified

18
19// emptyLock is a noop RWLock implementation.
20type emptyLock struct{}
21
22func (emptyLock) Lock() {}
23func (emptyLock) Unlock() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected