Documentation ¶
Overview ¶
Package nocopy defines the NoCopy struct
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoCopy ¶
type NoCopy struct{}
NoCopy defines the nocopy struct. Embed this type into a struct, which mustn't be copied, so `go vet` gives a warning if this struct is copied.
See https://github.com/golang/go/issues/8005#issuecomment-190753527 for details. and also: https://stackoverflow.com/questions/52494458/nocopy-minimal-example
Click to show internal directories.
Click to hide internal directories.