A service struct contains a `sync.Mutex` that has already been used. Which change is safe?

from Go
intermediate 1 min

A service struct contains a `sync.Mutex` that has already been used. Which change is safe?

Report an error