You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@g33klord if you use go dep you can write the latest commit ID from this repository in Gopkg.lock file in the gomail section. After you save the file, run dep ensure and you should have the version corresponding to that commit ID.
When you use
go dep
as dependency manager, it installs gomail version from your Releases (version 2.0.0, git commit 41f3572) which is from 2016.There is missing
NewDialer
method and example from docs does not work.I'm not sure if this is
go dep
s problem, but you should probably create new release once in a while.I worked around this by setting latest commit ID in
Gopkg.lock
.Thanks
The text was updated successfully, but these errors were encountered: