From dd671da38687c515c8e0b545d9ce2f1d00049c0d Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Mon, 30 Sep 2024 14:33:13 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 680721728 --- go/device/device.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/go/device/device.go b/go/device/device.go index 7559d0ab..058d46a4 100644 --- a/go/device/device.go +++ b/go/device/device.go @@ -12,9 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build windows -// +build windows - // Package device supports querying information about the local device. package device