Distributed Services with Go: log.go, Reset function

Can please someone explain, in the Reset function from log.go, values are copied
*l = *new while Log type contains mutex. Is copying mutexes a safe operation?

1 Like