aboutsummaryrefslogtreecommitdiff
path: root/tagpreprocessor_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-16 17:40:06 +0700
committerShulhan <ms@kilabit.info>2024-03-16 17:40:06 +0700
commite8e3cb778a2238fe915d05b690b9dbeb2c4e2a8a (patch)
treeb27ba3cac3899e2d2fe6ec2fa70eb92e85e8e9a8 /tagpreprocessor_test.go
parent1e7d8e360eac2c815ac7b79ddf5ec11253833f95 (diff)
downloadhaminer-e8e3cb778a2238fe915d05b690b9dbeb2c4e2a8a.tar.xz
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'tagpreprocessor_test.go')
-rw-r--r--tagpreprocessor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tagpreprocessor_test.go b/tagpreprocessor_test.go
index 4ce6806..6e5ff2b 100644
--- a/tagpreprocessor_test.go
+++ b/tagpreprocessor_test.go
@@ -7,7 +7,7 @@ import (
"regexp"
"testing"
- "github.com/shuLhan/share/lib/test"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
func TestNewTagPreprocessor(t *testing.T) {