style: gofmt

Formatting only (struct field alignment, import ordering) across the
files that didn't comply — no semantic changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Victor Hugo Vargas Servin 2026-07-12 16:14:15 -07:00
parent 2e23216932
commit 724a143f90
15 changed files with 88 additions and 90 deletions

View file

@ -139,7 +139,5 @@ func TestStreamChunk_JSON(t *testing.T) {
} }
} }
func float32Ptr(f float32) *float32 { return &f } func float32Ptr(f float32) *float32 { return &f }
func intPtr(i int) *int { return &i } func intPtr(i int) *int { return &i }