moby--moby/utils
Caleb Spare 1cf9c80e97 Mutex style change.
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).
2013-07-02 15:53:08 -07:00
..
uname_darwin.go utils: fix compilation on Darwin 2013-05-19 00:02:42 -03:00
uname_linux.go fix compilation on linux 2013-05-20 20:43:09 +03:00
utils.go Mutex style change. 2013-07-02 15:53:08 -07:00
utils_test.go fix regrettion in utils tests introduced by #980 2013-06-24 16:12:39 +00:00