chore(go1.18): build tag

This commit is contained in:
Bo-Yi Wu 2022-06-15 15:29:09 +08:00
parent 8f4c7fa15b
commit 7a31e10541
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package main

View File

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package main