Browse Source

Go >=1.1 is needed for this package.

jst 10 years ago
parent
commit
7e2ce0a2ea
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      .travis.yml
  2. 1
    1
      README.md

+ 0
- 1
.travis.yml View File

1
 language: go
1
 language: go
2
 
2
 
3
 go:
3
 go:
4
-  - 1.0
5
   - 1.1
4
   - 1.1
6
   - 1.2
5
   - 1.2
7
   - 1.3
6
   - 1.3

+ 1
- 1
README.md View File

17
 Usage
17
 Usage
18
 -----
18
 -----
19
 
19
 
20
-Import package with
20
+This package needs at least Go 1.1. Import package with
21
 
21
 
22
 ```go
22
 ```go
23
 import "github.com/nfnt/resize"
23
 import "github.com/nfnt/resize"