Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are linters that I always like to give extra configuration to.
|
|
|
|
All formatting changes are made by
./tools/bin/golangci-lint run --fix ./...
|
|
|
|
|
|
|
|
|
|
|
|
IDK if my eyes are worse, or something changed with my font stack, but I
can no longer visually distinguish “ and ” so use " and » instead.
Plus » psycologically registers as "kinda special", so it's less confusing
to see as an object-thing in a stack.
|
|
|
|
|
|
|
|
|
|
|
|
I'm hoping the pkg.go.dev will now detect it as "BSD-3-Clause,
GPL-2.0-or-later" instead of "BSD-3-Clause, GPL-2.0, GPL-2.0-or-later".
|
|
In hopes of appeasing the pkg.go.dev license detector. I chose "LICENSE"
instead of "COPYING.txt" so I wouldn't need to edit the statements in all
of the borrowed_*.go files.
|
|
|
|
|
|
|
|
|
|
So that it's easier to compose your own .DecodeJSON methods, since
.DecodeJSON takes an io.RuneScanner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|