Till Knuesting
Till Knuesting
The unsigned int mod.NOffsprings can be never negative hence here is a logic bug. ``` if mod.NOffsprings
Logging
How would I log when somebody does send a request with a bad token?
Is there a good example how to integrate the zap logging interceptor?
I would like to only generate code related to unmarshalling of a data type as I would not use the marshalling bits. Is there a flag or do I need...
Makes it more readable
I did some code review with help of static analysis and refactored some parts.
``` message.go:935:21: Error return value of `bs.Envelope.Parse` is not checked bs.Envelope.Parse(envelope) ``` ``` message.go:939:26: Error return value of `bs.BodyStructure.Parse` is not checked bs.BodyStructure.Parse(structure) ``` ``` read.go:218:14: Error return value of...
``` response.go:125:35: unnecessary conversion (unconvert) fields := []interface{}{RawString(tag)} ``` ``` read.go:82:38: unnecessary conversion (unconvert) nbr, err := strconv.ParseUint(string(s), 10, 32) ``` ``` status.go:97:49: unnecessary conversion (unconvert) if err := w.writeFields([]interface{}{RawString(tag),...
I would like to discuss to replace md5 with a non cryptographic hash function like xxhash or murmur3 as they are much faster. For example we use md5 to generate...
Anybody running this in Kubernetes and can give instructions how to do this?