Skip to content

Commit 9106b7e

Browse files
committed
Add note about go versions to readme
1 parent 3a984a1 commit 9106b7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ functions and other additions will most likely not result in a major
2222
version increase unless they break the API. This library aims to
2323
follow the semver recommendations mentioned on gopkg.in.
2424

25+
Due to complications in how to support x/net/context vs the built-in context
26+
package, only go 1.7+ is officially supported.
27+
2528
## Import Paths
2629

2730
All development happens on the `master` branch and when features are

0 commit comments

Comments
 (0)