kubo/core/coreiface/tests
Marcin Rataj 6a008fc74c
refactor: apply go fix modernizers from Go 1.26 (#11190)
* chore: apply go fix modernizers from Go 1.26

automated refactoring: interface{} to any, slices.Contains,
and other idiomatic updates.

* feat(ci): add `go fix` check to Go analysis workflow

ensures Go 1.26 modernizers are applied, fails CI if `go fix ./...`
produces any changes (similar to existing `go fmt` enforcement)
2026-02-11 01:01:32 +01:00
..
api.go core: deprecate CoreAPI.Dht, introduce CoreAPI.Routing 2024-02-07 10:47:30 +01:00
block.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
dag.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
key.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
name.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
object.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
path.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
pin.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
pubsub.go chore: clean migration 2023-11-29 12:29:59 +01:00
routing.go refactor: replace context.WithCancel with t.Context (#11083) 2025-11-28 16:39:55 +01:00
unixfs.go refactor: apply go fix modernizers from Go 1.26 (#11190) 2026-02-11 01:01:32 +01:00