mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
* 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)
|
||
|---|---|---|
| .. | ||
| testdata | ||
| autoconf_test.go | ||
| dns_test.go | ||
| expand_comprehensive_test.go | ||
| expand_fallback_test.go | ||
| expand_test.go | ||
| extensibility_test.go | ||
| fuzz_test.go | ||
| ipns_test.go | ||
| routing_test.go | ||
| swarm_connect_test.go | ||
| validation_test.go | ||