Skip to content

Commit

Permalink
revert ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Dec 1, 2024
1 parent fe3863f commit ccf435c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mailgun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ func TestValidBaseAPI(t *testing.T) {
require.NoError(t, err)
}
}

func ptr[T any](v T) *T {
return &v
}

0 comments on commit ccf435c

Please sign in to comment.