aboutsummaryrefslogtreecommitdiff
path: root/conn/net_err_closed.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-201-0/+13
Until we depend on Go 1.16 (which isn't released yet), alias our own variable to the private member of the net package. This will allow an easy find replace to make this go away when we eventually switch to 1.16. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>