It would be handy to use these native Go bindings to MailTrap.
Seeing that the package internals implement the common parts of the API, it should be just a matter of reexporting them from.
Alternatively and more principled, but a bit more work, create a new Go SDK package, move the internals there, and import that here.
It would be handy to use these native Go bindings to MailTrap.
Seeing that the package internals implement the common parts of the API, it should be just a matter of reexporting them from.
Alternatively and more principled, but a bit more work, create a new Go SDK package, move the internals there, and import that here.