Commit 7102aa90 authored by Steven Allen's avatar Steven Allen Committed by Matt Joiner

document go version requirement

And refuse to build on older versions.
parent 9e3f8c08
......@@ -2,6 +2,8 @@
[![travisbadge](https://travis-ci.org/libp2p/go-reuseport.svg)](https://travis-ci.org/libp2p/go-reuseport)
**NOTE:** This package REQUIRES go >= 1.11.
This package enables listening and dialing from _the same_ TCP or UDP port.
This means that the following sockopts may be set:
......
// +build !go1.11
"go-reuseport requires go >= 1.11"
;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment