Skip to content

Use lowercase g prefix for goroutine IDs#6

Merged
tbg merged 1 commit into
mainfrom
goroformat
Mar 9, 2026
Merged

Use lowercase g prefix for goroutine IDs#6
tbg merged 1 commit into
mainfrom
goroformat

Conversation

@tbg
Copy link
Copy Markdown
Collaborator

@tbg tbg commented Mar 9, 2026

Summary

  • Switch goroutine ID prefix from G to g (e.g. g123 instead of G123) for better interop with gotraceui which uses the lowercase convention.

Test plan

  • go test -rewrite updated testdata to match.

Switch from G to g prefix (e.g. g123 instead of G123) for better
interop with gotraceui which uses the lowercase convention.

Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
@tbg tbg marked this pull request as ready for review March 9, 2026 15:00
@tbg tbg merged commit 70b148c into main Mar 9, 2026
1 check passed
@tbg tbg deleted the goroformat branch March 9, 2026 15:01
tbg added a commit that referenced this pull request Mar 10, 2026
PR #5 introduced G%-8d in the mark assist output, missing the
lowercase convention established in PR #6.

Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
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