Skip to content

Commit 317a8d4

Browse files
committed
remove cgo implementation for regex to make non-cgo default
1 parent 70b084e commit 317a8d4

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

internal/regex/regex_cgo.go

Lines changed: 0 additions & 31 deletions
This file was deleted.

internal/regex/regex_pure.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build gms_pure_go
2-
31
package regex
42

53
import (

0 commit comments

Comments
 (0)