Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The CPU profiler tells me that the encoder is spending a lot of time on
type switches.
|
|
This should help save some CPU time and avoid some memory churn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We already have a wildcard, no need to invent a new state.
|
|
|
|
|
|
This should make the next commit less noisy.
|
|
|
|
|
|
|
|
|
|
|
|
This branch works to improve code quality, without making any
substantive changes.
|
|
It was confusing.
|
|
It's only used with a rune.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are linters that I always like to give extra configuration to.
|
|
|
|
All formatting changes are made by
./tools/bin/golangci-lint run --fix ./...
|
|
|
|
|
|
|
|
|