dogukanteber
dogukanteber
@chayim I would like to hop on that. Can you give a more detailed description of how should one construct these examples?
Hey @alyasevich Sorry for the late response. What are the things that can be improved? Can you give specific links so that I can improve the articles?
I have overloaded the >> operator and created a pull request. You can check it out from [here](https://github.com/sftrabbit/CppPatterns-Patterns/pull/77).
Linter failed by saying this: ``` pkg/ingester/instance_limits.go:37:1: receiver-naming: receiver name l should be consistent with previous receiver name cfg for InstanceLimits (revive) func (l *InstanceLimits) UnmarshalYAML(unmarshal func(interface{}) error) error {...