mirror of
https://github.com/golang/go
synced 2024-11-15 00:20:30 -07:00
update doc comment
Change-Id: I326b826b4a138b20c33fc46e060930921f73ae97
This commit is contained in:
parent
16422c3962
commit
0c053be03e
@ -21,7 +21,7 @@ type Interface interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// logger is the current logger Interface.
|
// logger is the current logger Interface.
|
||||||
// We use an atomic.Value in case test startup
|
// We use an atomic.Pointer in case test startup
|
||||||
// is racing with goroutines started during init.
|
// is racing with goroutines started during init.
|
||||||
// That must not cause a race detector failure,
|
// That must not cause a race detector failure,
|
||||||
// although it will still result in limited visibility
|
// although it will still result in limited visibility
|
||||||
|
Loading…
Reference in New Issue
Block a user