In the below code from standard library:
type Logger struct { mu sync.Mutex // ensures atomic writes; protects the following fields prefix string