Posts tagged with 'golang'
Decorate a generated method in Go
I'm using github.com/tinylib/msgp to add marshal/unmarshal code to my structs. Some of my structs have pointer alias. So I have to ignore the alias via msg:"-" and assign it to its source after unmarshaling. But assigning aliases after each ... read more →