Add go:build comments

This commit is contained in:
9seconds
2021-10-05 10:51:41 +03:00
parent eb32766c1f
commit 9f6f906786
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package utils