forked from Elara6331/pcre
Update domain
This commit is contained in:
parent
3b73d98c47
commit
daf2d2e697
2
error.go
2
error.go
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"unsafe"
|
||||
|
||||
"go.arsenm.dev/pcre/lib"
|
||||
"go.elara.ws/pcre/lib"
|
||||
|
||||
"modernc.org/libc"
|
||||
"modernc.org/libc/sys/types"
|
||||
|
2
glob.go
2
glob.go
@ -7,7 +7,7 @@ import (
|
||||
"strings"
|
||||
"unsafe"
|
||||
|
||||
"go.arsenm.dev/pcre/lib"
|
||||
"go.elara.ws/pcre/lib"
|
||||
"modernc.org/libc"
|
||||
)
|
||||
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"go.arsenm.dev/pcre"
|
||||
"go.elara.ws/pcre"
|
||||
)
|
||||
|
||||
func TestCompileGlob(t *testing.T) {
|
||||
|
2
pcre.go
2
pcre.go
@ -14,7 +14,7 @@ import (
|
||||
"sync"
|
||||
"unsafe"
|
||||
|
||||
"go.arsenm.dev/pcre/lib"
|
||||
"go.elara.ws/pcre/lib"
|
||||
|
||||
"modernc.org/libc"
|
||||
)
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"go.arsenm.dev/pcre"
|
||||
"go.elara.ws/pcre"
|
||||
)
|
||||
|
||||
func TestCompileError(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user