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

Commit

Permalink
Ditch go < 1.5 (and no external dependancies)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromorgan committed Dec 6, 2017
1 parent ab8dca3 commit c0dd687
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: go

go:
- 1.2x
- 1.3x
- 1.4x
- 1.5x
- 1.6x
- 1.7x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is easy to implement other methods for sending emails using a local Postfix, an
API, etc.


It requires Go 1.2 or newer. With Go 1.5, no external dependencies are used.
It requires Go 1.5 or newer.


## Features
Expand Down
1 change: 0 additions & 1 deletion mime.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// +build go1.5

package gomail

Expand Down
25 changes: 0 additions & 25 deletions mime_go14.go

This file was deleted.

3 comments on commit c0dd687

@ivy
Copy link

@ivy ivy commented on c0dd687 Dec 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pedromorgan Correct me if I'm wrong, but there aren't any pending changes that I know of that are incompatible with Go <1.5. Why drop support? Also, this would have been better in a pull request so we could discuss more.

@pedromorgan
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In hindsight your correct, have reverted (manually)

@pedromorgan
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivy and yes, PR's from now on

Please sign in to comment.