Commit a545821
fix: use tabs for Go indentation and column-align struct fields
gofmt requires tab indentation (not spaces) and column-aligns struct
field declarations and composite literal keys. Updated the Go codegen
to emit tabs for all indentation and compute proper padding for field
alignment in wrapper structs and constructors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d869f21 commit a545821
2 files changed
Lines changed: 278 additions & 268 deletions
0 commit comments