diff options
author | David Crawshaw <crawshaw@tailscale.com> | 2020-02-19 10:09:24 -0500 |
---|---|---|
committer | David Crawshaw <david@zentus.com> | 2020-03-30 18:41:39 +1100 |
commit | 224bc9e60c7e2e1f04573bc377121c8f844d57c6 (patch) | |
tree | 60fdd0c2b3fa628cea3cc7d877d11eed1fdccf57 /rwcancel/fdset.go | |
parent | 9cd8909df2ad882b81b611b4656020aeceb6c9b2 (diff) |
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>
Diffstat (limited to 'rwcancel/fdset.go')
-rw-r--r-- | rwcancel/fdset.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rwcancel/fdset.go b/rwcancel/fdset.go index 28746e6..91bd757 100644 --- a/rwcancel/fdset.go +++ b/rwcancel/fdset.go @@ -1,3 +1,5 @@ +// +build !windows + /* SPDX-License-Identifier: MIT * * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. |