Skip to content

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

Closed
@adonovan

Description

@adonovan

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

(Split out of #70815.)

Activity

added
goplsIssues related to the Go language server, gopls.
on Feb 28, 2025
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[/+] on Feb 28, 2025
added
ToolsThis label describes issues relating to any tools in the x/tools repository.
on Feb 28, 2025
added this to the Unreleased milestone on Feb 28, 2025
gopherbot

gopherbot commented on Mar 4, 2025

@gopherbot
Contributor

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

added a commit that references this issue on Mar 5, 2025
0721940
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @adonovan@gopherbot

        Issue actions

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