Get the latest tech news
How Go detects struct copies with sync.noCopy
If you have read the source code of the sync package, you may have noticed that several structs contain an unusual field of type noCopy, such as sync.Mutex, …
None
Or read this on Hacker News