]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
rwcancel: no-op builds for windows and darwin
authorDavid Crawshaw <crawshaw@tailscale.com>
Wed, 19 Feb 2020 15:09:24 +0000 (10:09 -0500)
committerDavid Crawshaw <david@zentus.com>
Mon, 30 Mar 2020 07:41:39 +0000 (18:41 +1100)
commit224bc9e60c7e2e1f04573bc377121c8f844d57c6
tree60fdd0c2b3fa628cea3cc7d877d11eed1fdccf57
parent9cd8909df2ad882b81b611b4656020aeceb6c9b2
rwcancel: no-op builds for windows and darwin

This lets us include the package on those platforms in a
followup commit where we split out a conn package from device.
It also lets us run `go test ./...` when developing on macOS.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
rwcancel/fdset.go
rwcancel/rwcancel.go
rwcancel/rwcancel_windows.go [new file with mode: 0644]
rwcancel/select_default.go