Skip to content

Commit

Permalink
🩹 Fix: reduced memory alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JIeJaitt committed Feb 11, 2025
1 parent bab3038 commit 187ad51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ func testGracefulShutdown(t *testing.T, shutdownTimeout time.Duration) {
type testCase struct {

Check failure on line 97 in listen_test.go

View workflow job for this annotation

GitHub Actions / lint

fieldalignment: struct with 64 pointer bytes could be 40 (govet)
name string
expectedErr error
expectedBody string
waitTime time.Duration
expectedStatusCode int
closeConnection bool
expectedBody string
}

testCases := []testCase{
Expand Down

0 comments on commit 187ad51

Please sign in to comment.