diff options
Diffstat (limited to 'wintun.go')
-rw-r--r-- | wintun.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ +//go:build windows + /* SPDX-License-Identifier: MIT * * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved. */ -//go:build windows - package wintun import ( |