• Russ Cox's avatar
    runtime: rename Lock to Mutex · 8ecb9a76
    Russ Cox authored
    Mutex is consistent with package sync, and when in the
    unexported Go form it avoids having a conflcit between
    the type (now mutex) and the function (lock).
    
    LGTM=iant
    R=golang-codereviews, iant
    CC=dvyukov, golang-codereviews, r
    https://golang.org/cl/133140043
    8ecb9a76
export_test.go 2.85 KB