Skip to content

Commit

Permalink
Updated readme to reflect backwards compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-wright committed Sep 3, 2015
1 parent e63a673 commit a32b087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ email

Robust and flexible email library for Go

*Note: This library requires Go 1.2 or above*

### Email for humans
The ```email``` package is designed to be simple to use, but flexible enough so as not to be restrictive. The goal is to provide an *email interface for humans*.

Expand All @@ -22,7 +20,10 @@ The ```email``` package currently supports the following:
### Installation
```go get github.com/jordan-wright/email```

*Note: Requires go version 1.1 and above*
*
Note: Version > 1 of this library requires Go v1.5 or above.
If you need compatibility with previous Go versions, you can use the previous package at gopkg.in/jordan-wright/email.v1
*

### Examples
#### Sending email using Gmail
Expand Down

0 comments on commit a32b087

Please sign in to comment.