We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787ad8d commit 537a75cCopy full SHA for 537a75c
net/conncheck_dummy.go
@@ -1,5 +1,5 @@
1
-//go:build windows && appengine
2
-// +build windows,appengine
+//go:build windows || appengine
+// +build windows appengine
3
4
/*
5
* Copyright © 2020 Hedzr Yeh.
0 commit comments