Skip to content

Fix gofmt-clean CI failure across phase 36-55 packages - #65

Merged
YASSERRMD merged 1 commit into
mainfrom
fix/gofmt-clean
May 28, 2026
Merged

Fix gofmt-clean CI failure across phase 36-55 packages#65
YASSERRMD merged 1 commit into
mainfrom
fix/gofmt-clean

Conversation

@YASSERRMD

Copy link
Copy Markdown
Owner

Summary

  • Runs gofmt -w . across the tree. 69 files added in phases 36-55 used spaces-aligned struct tags / fields that gofmt rewrites to tabs, tripping the CI gofmt -l gate.
  • No logic changes; whitespace/alignment only. go build ./... passes.

Test plan

  • gofmt -l . reports no files
  • go build ./... succeeds

@YASSERRMD
YASSERRMD merged commit 41425dc into main May 28, 2026
4 of 6 checks passed
@YASSERRMD
YASSERRMD deleted the fix/gofmt-clean branch May 28, 2026 19:48
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