Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls/internal/analysis/modernizer: replace "range strings.Fields" with FieldsSeq #72033

Closed
adonovan opened this issue Feb 28, 2025 · 1 comment
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@adonovan
Copy link
Member

Analogous to for range strings.Split -> for range strings.SplitSeq (see https://go.dev/cl/647438).

(Split out of #70815.)

@gopherbot gopherbot added the gopls Issues related to the Go language server, gopls. label Feb 28, 2025
@seankhliao seankhliao changed the title gopls/internal/analysis/modernizer: replace "range strings.Fields" with FieldsSeq x/tools/gopls/internal/analysis/modernizer: replace "range strings.Fields" with FieldsSeq Feb 28, 2025
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Feb 28, 2025
@gopherbot gopherbot added this to the Unreleased milestone Feb 28, 2025
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/654535 mentions this issue: gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants