mirror of
https://github.com/docker/docs.git
synced 2026-04-06 03:08:58 +07:00
For structs protected by a single mutex, embed the mutex for more concise usage. Also use a sync.Mutex directly, rather than a pointer, to avoid the need for initialization (because a Mutex's zero-value is valid and ready to be used).