Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This invovles upgrading golangci-lint, as v1.51.0 is needed to support
Go 1.20.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's a library, not a program.
Apparently the pkg.go.dev license detector recognizes "You should have
received a copy of the GNU General Public License along with this
(program|library)" but not "Along with this (program|library), you should
have received a copy of the GNU General Public License."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|