Merge pull request #5 from StableLib/go12

Drop support for Go 1.0 and 1.1.
This commit is contained in:
Dmitry Chestnykh 2015-01-21 09:56:23 +01:00
commit d4cd796fc0
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
language: go language: go
go: go:
- 1.0
- 1.1
- 1.2 - 1.2
- 1.3 - 1.3
- 1.4
- tip - tip

View File

@ -78,5 +78,4 @@ func NewLenChars(length int, chars []byte) string {
} }
} }
} }
panic("unreachable")
} }