On 12 November 2017 at 00:49, <[email protected]> wrote: > Go 1.10 adds MarshalBinary and UnmarshalBinary to each of the hash.Hash > implementations. You can use those to effectively copy the hash structure.
Wow, that's interesting (and potentially very useful)! Is there anything in the Go docs that indicates that? It seems a pity that you have to dig around in the source to find that out. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
