aboutsummaryrefslogtreecommitdiffstats
path: root/rwcancel/rwcancel_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ipc, rwcancel: compile on js/wasmBrad Fitzpatrick2021-10-201-8/+0
| | | | Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
* rwcancel: no-op builds for windows and darwinDavid Crawshaw2020-03-301-0/+8
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>