diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-05 16:36:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-05 18:15:35 +0700 |
| commit | cb9e9ecf8466386621954acdafc460ecd0c3f82f (patch) | |
| tree | 56cbe9ee19c93b2eed89247fad735ced6aa494e7 /gorankusu_test.go | |
| parent | 20e45fe125803bc7fd0fd079f30bf4c099c8320a (diff) | |
| download | gorankusu-cb9e9ecf8466386621954acdafc460ecd0c3f82f.tar.xz | |
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'gorankusu_test.go')
| -rw-r--r-- | gorankusu_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gorankusu_test.go b/gorankusu_test.go index 15fa669..4db34ac 100644 --- a/gorankusu_test.go +++ b/gorankusu_test.go @@ -10,8 +10,8 @@ import ( "testing" "time" - libnet "github.com/shuLhan/share/lib/net" - "github.com/shuLhan/share/lib/test/mock" + libnet "git.sr.ht/~shulhan/pakakeh.go/lib/net" + "git.sr.ht/~shulhan/pakakeh.go/lib/test/mock" ) // exGorankusu the Gorankusu instance that contains [Target] to be |
