Skip to content

Commit 682164e

Browse files
committed
add build tag gms_pure_go
1 parent 57cfa19 commit 682164e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/regex/regex_cgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build cgo
1+
//go:build cgo && !gms_pure_go
22

33
package regex
44

internal/regex/regex_pure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !cgo
1+
//go:build !cgo || gms_pure_go
22

33
package regex
44

0 commit comments

Comments
 (0)