From fff062b4618ba4f3bf8ad89bb63d823bb1e59c79 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 28 May 2020 12:17:46 -0700 Subject: [PATCH] wgengine/router: make runner.go linux-only for now. Otherwise, staticcheck complains that these functions are unused and unexported on macOS. Signed-off-by: David Anderson --- wgengine/router/runner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wgengine/router/runner.go b/wgengine/router/runner.go index 59d85cef7..46332129f 100644 --- a/wgengine/router/runner.go +++ b/wgengine/router/runner.go @@ -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 linux + package router import (