ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.85k stars 295 forks source link

import runtime is missing in helper_unsafe.go #341

Closed bhaskarsantoshk closed 3 years ago

bhaskarsantoshk commented 3 years ago

https://stackoverflow.com/a/64532748/5070050

Addressing : https://github.com/ugorji/go/issues/340

Considering the codec/helper_unsafe.go#rvSetDirect code, you have:

a call to typedmemclr(urv.typ, urv.ptr) func typedmemclr defined in src/runtime/mbarrier.go So import runtime is missing in helper_unsafe.go

bhaskarsantoshk commented 3 years ago

@ugorji Please have a look at this