Skip to content

Fix Go lint errors#228

Merged
bestbeforetoday merged 1 commit intohyperledger:mainfrom
bestbeforetoday:lint
Nov 5, 2025
Merged

Fix Go lint errors#228
bestbeforetoday merged 1 commit intohyperledger:mainfrom
bestbeforetoday:lint

Conversation

@bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Nov 5, 2025

New linting checks fail on code that does string concatenation within a loop. This change uses strings.Builder for more efficient string construction.

New linting checks fail on code that does string concatenation within a
loop. This change uses string.Builder for more efficient string
construction.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
Copy link
Contributor

@SamYuan1990 SamYuan1990 left a comment

Choose a reason for hiding this comment

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

LGTM

@bestbeforetoday bestbeforetoday merged commit e649be5 into hyperledger:main Nov 5, 2025
16 checks passed
@bestbeforetoday bestbeforetoday deleted the lint branch November 5, 2025 11:13
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.

2 participants