Closed petermattis closed 8 months ago
It isn't safe to copy a Map by value, so mark it as "noCopy" so that go vet will emit a warning if it is copied.
go vet
This change is
@RaduBerinde Anything else to do on this PR?
TFTR!
It isn't safe to copy a Map by value, so mark it as "noCopy" so that
go vet
will emit a warning if it is copied.