MaxBreida
MaxBreida
The change has been done to adhere to the `accept interfaces, return structs` principle. https://github.com/golang/go/wiki/CodeReviewComments#interfaces https://dave.cheney.net/2016/08/20/solid-go-design https://mycodesmells.com/post/accept-interfaces-return-struct-in-go Although yes, maybe the readme should be updated to not get people confused...
Hey, why the decision to do this manual kind of sorting instead of using the sort package?
> @MaxBreida > > Today we suffer in tests from this bug, so I take a new look into it. > > I reverted original solution and I provided now...
Hey, we also receive sometimes a panic in our services with the following stacktrace, could this be related to this issue? ``` panic: runtime error: invalid memory address or nil...