Skip to content

Commit aa0cd2e

Browse files
committed
fix tag comment for build constraints
1 parent 33bfb7e commit aa0cd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mainthread/cgolinks.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// !py3.4
2-
// !py3.5
3-
// !py3.6
1+
// +build !py3.4
2+
// +build !py3.5
3+
// +build !py3.6
44

55
package mainthread
66

0 commit comments

Comments
 (0)