fix `wintun` package to have // +build comments (#598)

Without these comments, gofmt 1.16.9 will complain. Since we otherwise
still support building with go1.16, lets add the comments to make it
easier to compile and gofmt.

Related: #588
This commit is contained in:
Wade Simmons 2021-11-30 11:14:15 -05:00 committed by GitHub
parent 78d0d46bae
commit 75306487c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//go:build windows
// +build windows
/* SPDX-License-Identifier: MIT
*

View File

@ -1,4 +1,5 @@
//go:build windows
// +build windows
/* SPDX-License-Identifier: MIT
*