I checked with the issue about how to refer no-copy and the check of 
cmd/vet. After checking, I'm curious that why not define mutex as an 
interface, as interface always copy like a reference, which means users 
don't worry to copy by value and cause an error.

Design by the interface can always copy like a reference and no need to 
mark it as cannot copy. However, we need to provide a default 
implementation of the mutex and the construction of mutex is not short and 
clean anymore.

Would like to see how do you think about this confusion. 

Regrads

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/741371e6-6322-4d4d-b49d-f592b4f7eaf7n%40googlegroups.com.

Reply via email to