Makhaev Anatoliy

Results 12 comments of Makhaev Anatoliy

Oh, I took a closer look, probably this is a tinygo problem, because their SliceHeader implementation differs from the standard one But if you have an idea how to make...

Which version of golang you are using? `unsafe.Slice` is a new feature, if your go is old, we need something like this: https://stackoverflow.com/a/59210739/12903113 UPD: I see: https://github.com/kelindar/binary/blob/3a4b1f08e35cb98743e5ce84572f3a92aca97e1c/go.mod#L3C1-L3C8