a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
5 lignes
175 o
Go
5 lignes
175 o
Go
// Package gomail provides a simple interface to compose emails and to mail them
|
|
// efficiently.
|
|
//
|
|
// More info on Github: https://github.com/go-gomail/gomail
|
|
package gomail
|