Skip to content

Conversation

blgm
Copy link
Collaborator

@blgm blgm commented Sep 8, 2025

The modernize command replaces old constructs with simpler, updated ones.

Command is:
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...

The modernize command replaces old constructs with simpler, updated ones.

Command is:
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...

var _ = Describe("The Parallel Support Client & Server", func() {
for _, protocol := range []string{"RPC", "HTTP"} {
protocol := protocol
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{"--no-color", "--seed=17", "--nodes=2", "--succinct"},
}
for _, args := range argGroups {
args := args
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant