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