all: Run go fix ./...

This commit is contained in:
Bjørn Erik Pedersen
2026-06-07 17:02:03 +02:00
parent cf18b827e2
commit 781fabf4e4
10 changed files with 29 additions and 44 deletions
-5
View File
@@ -134,11 +134,6 @@ func (l LowHigh[S]) Value(source S) S {
// This is only used for debugging purposes.
var InvocationCounter atomic.Int64
// NewTrue returns a pointer to b.
func NewBool(b bool) *bool {
return &b
}
// WeightProvider provides a weight.
type WeightProvider interface {
Weight() int