wgengine: fix windows build for winipcfg-go

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-02-12 21:11:41 -08:00
committed by Brad Fitzpatrick
parent 36f5433476
commit 745c8c92b1
6 changed files with 15 additions and 5 deletions

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !windows
// Package rtnlmon watches for "interesting" changes to the network
// stack and fires a callback.
package rtnlmon