sync.Locker.Unlock (method)

3 uses

	sync (current package)
		cond.go#L55: 	c.L.Unlock()
		mutex.go#L33: 	Unlock()

	net/http
		transport.go#L2078: 	testHookMu.Unlock()