Browse Source

Updated readme to reflect backwards compatibility issues.

Jordan Wright 10 năm trước cách đây
mục cha
commit
a32b087f5a
2 tập tin đã thay đổi với 4 bổ sung6 xóa
  1. 0 3
      .travis.yml
  2. 4 3
      README.md

+ 0 - 3
.travis.yml

@@ -1,8 +1,5 @@
 language: go
 
 go:
-  - 1.2
-  - 1.3
-  - 1.4
   - 1.5
   - tip

+ 4 - 3
README.md

@@ -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*.
 
@@ -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