Add build guards for all Windows imports

This commit is contained in:
Thomas Way
2021-01-21 23:24:01 +00:00
parent d1ffc52c73
commit 9d8277341f
18 changed files with 32 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build windows
// Package guid provides a GUID type. The backing structure for a GUID is
// identical to that used by the golang.org/x/sys/windows GUID type.
// There are two main binary encodings used for a GUID, the big-endian encoding,