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:
parent
2e23216932
commit
724a143f90
15 changed files with 88 additions and 90 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue