Skip to content

Commit

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

func ptr[T any](v T) *T {
return &v
}
4 changes: 2 additions & 2 deletions members.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
// if nil, the relevant data type remains unspecified.
// Otherwise, its value is either true or false.
var (
yes bool = true
no bool = false
yes = true
no = false
)

// Mailing list members have an attribute that determines if they've subscribed to the mailing list or not.
Expand Down
Loading

0 comments on commit acf05f4

Please sign in to comment.