diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-27 01:06:43 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-02-27 01:34:11 +0100 |
commit | ab0f442dafba417c3a13d883a447e882d7983690 (patch) | |
tree | 4ee549ee9f666b4c4a401c1d3ac34d922b120f0e /README.md | |
parent | 66524c1f7e1b94720e4551607eff15189b01c8d3 (diff) |
tun: use sysconn instead of .Fd with Go 1.12
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ This will run on OpenBSD. It does not yet support sticky sockets. Fwmark is mapp ## Building -This requires an installation of [go](https://golang.org) ≥ 1.11. +This requires an installation of [go](https://golang.org) ≥ 1.12. ``` $ git clone https://git.zx2c4.com/wireguard-go |