kubo/core/coreiface
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
..
options refactor: apply go fix modernizers from Go 1.26 (#11190) 2026-02-11 01:01:32 +01:00
tests refactor: apply go fix modernizers from Go 1.26 (#11190) 2026-02-11 01:01:32 +01:00
block.go chore: clean migration 2023-11-29 12:29:59 +01:00
coreapi.go client/rpc!: remove deprecated DHT commands 2024-03-05 09:01:00 +01:00
dag.go gx-go uw 2019-02-09 01:23:13 +01:00
errors.go errors: introduce a 'not supported' error 2019-02-19 02:44:36 -08:00
idfmt.go chore: update go-libp2p to v0.23.4 2022-12-09 13:46:13 +01:00
key.go feat: ipfs key sign|verify (#10235) 2023-12-04 09:51:26 +01:00
name.go chore: clean migration 2023-11-29 12:29:59 +01:00
object.go core/commands!: remove deprecated object APIs (#10375) 2024-03-22 09:32:30 +01:00
pin.go refactor(cmds): do not return errors embedded in result type (#10527) 2024-12-03 20:15:33 +01:00
pubsub.go chore: clean migration 2023-11-29 12:29:59 +01:00
routing.go core: deprecate CoreAPI.Dht, introduce CoreAPI.Routing 2024-02-07 10:47:30 +01:00
swarm.go chore: update go-libp2p to v0.23.4 2022-12-09 13:46:13 +01:00
unixfs.go refactor: apply go fix modernizers from Go 1.26 (#11190) 2026-02-11 01:01:32 +01:00
util.go Cleanup instances of manual resolver construction 2018-10-02 18:35:14 +02:00