diff --git a/internal/syncx/mutex.go b/internal/syncx/mutex.go index 7fca61c315..0fc100895f 100644 --- a/internal/syncx/mutex.go +++ b/internal/syncx/mutex.go @@ -15,6 +15,7 @@ // along with the go-ethereum library. If not, see . // Package syncx contains exotic synchronization primitives. + package syncx // ClosableMutex is a mutex that can also be closed.