We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bfb7e commit aa0cd2eCopy full SHA for aa0cd2e
mainthread/cgolinks.go
@@ -1,6 +1,6 @@
1
-// !py3.4
2
-// !py3.5
3
-// !py3.6
+// +build !py3.4
+// +build !py3.5
+// +build !py3.6
4
5
package mainthread
6
0 commit comments