Skip to content

server: fix non-constant format strings#1492

Open
HNO3Miracle wants to merge 1 commit into
envoyproxy:mainfrom
HNO3Miracle:fix-format-strings
Open

server: fix non-constant format strings#1492
HNO3Miracle wants to merge 1 commit into
envoyproxy:mainfrom
HNO3Miracle:fix-format-strings

Conversation

@HNO3Miracle

Copy link
Copy Markdown

Description

Fix non-constant and invalid format strings in server code/tests so current Go vet accepts them. This does not change runtime behavior.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

  • go test ./pkg/server/...

Test Configuration:

  • Go Toolchain: go1.26.3 linux/amd64

Checklist:

  • I have made corresponding changes to the changelog
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have added sufficient test coverage for my change. Existing tests cover the touched paths.

Changelog note: this is a small vet/test compatibility fix with no user-facing behavior change.

Signed-off-by: HNO3Miracle <xiangao.or@isrc.iscas.ac.cn>
@nezdolik

Copy link
Copy Markdown
Member

/gemini review

1 similar comment
@nezdolik

Copy link
Copy Markdown
Member

/gemini review

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

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