kubo/core/commands/dag
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
..
dag.go refactor: apply go fix modernizers from Go 1.26 (#11190) 2026-02-11 01:01:32 +01:00
export.go feat(rpc): Content-Type headers and IPNS record get/put (#11067) 2026-01-30 23:41:55 +01:00
get.go feat: path consolidation (#10063) 2023-10-06 16:14:44 +02:00
import.go feat: fast provide support in dag import (#11058) 2025-11-14 21:06:25 -08:00
put.go config: introduce Import section (#10421) 2024-05-14 14:17:04 +00:00
resolve.go feat: path consolidation (#10063) 2023-10-06 16:14:44 +02:00
stat.go feat(cli): improve ipfs dag stat output UX (#11097) 2026-01-09 18:41:10 +01:00