Moved the package description to doc.go

This commit is contained in:
Alexandre Cesaro 2015-07-26 18:14:41 +02:00
parent 629d36f9e2
commit 36b58227ea
2 changed files with 5 additions and 3 deletions

5
doc.go Normal file
View File

@ -0,0 +1,5 @@
// 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

View File

@ -1,6 +1,3 @@
// Package gomail provides a simple interface to send emails.
//
// More info on Github: https://github.com/go-gomail/gomail
package gomail package gomail
import ( import (