Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 6698faf

Browse files
committed
Add go.mod manifest
This file specifies the require path for go-mail and the v2 branch. Fixes #39
1 parent 873972a commit 6698faf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
a failed attempt to transmit a batch of messages.
1111
- go-gomail#78: Adds new `Message` methods for attaching and embedding
1212
`io.Reader`s: `AttachReader` and `EmbedReader`.
13+
- #39: Adds support for Go modules (Go 1.11+).
1314

1415
### Fixed
1516

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/go-mail/mail/v2

0 commit comments

Comments
 (0)