Skip to content

2026-05-31

Choose a tag to compare

@github-actions github-actions released this 31 May 19:48
· 5 commits to main since this release
adopt bytes.SplitSeq

Summary: Replace `for _, s := range bytes.Split(...)` with the Go 1.24 `for s := range bytes.SplitSeq(...)` idiom in `putdom` in `fbdns/dnsdata/data.go`. Adds `//nolint:nilnil` on one pre-existing site flagged by lint on the touched file.

Reviewed By: ESoapW

Differential Revision: D106962901

fbshipit-source-id: 76a25f51740c64fce04162066716585be585a730