Unlock is a no-op used by -copylocks checker from `go vet`. noCopy should implement sync.Locker from Go 1.11 https://github.com/golang/go/commit/c2eba53e7f80df21d51285879d51ab81bcfbf6bc https://github.com/golang/go/issues/26165
()
| 755 | // https://github.com/golang/go/commit/c2eba53e7f80df21d51285879d51ab81bcfbf6bc |
| 756 | // https://github.com/golang/go/issues/26165 |
| 757 | func (*noCopy) Unlock() {} |
| 758 | |
| 759 | // atomicError is a wrapper for atomically accessed error values |
| 760 | type atomicError struct { |
no outgoing calls
no test coverage detected