aboutsummaryrefslogtreecommitdiff
path: root/http_server_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-05 16:36:32 +0700
committerShulhan <ms@kilabit.info>2024-03-05 18:15:35 +0700
commitcb9e9ecf8466386621954acdafc460ecd0c3f82f (patch)
tree56cbe9ee19c93b2eed89247fad735ced6aa494e7 /http_server_test.go
parent20e45fe125803bc7fd0fd079f30bf4c099c8320a (diff)
downloadgorankusu-cb9e9ecf8466386621954acdafc460ecd0c3f82f.tar.xz
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'http_server_test.go')
-rw-r--r--http_server_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http_server_test.go b/http_server_test.go
index 12e03c0..d8199fd 100644
--- a/http_server_test.go
+++ b/http_server_test.go
@@ -11,8 +11,8 @@ import (
"net/http/httptest"
"testing"
- libhttp "github.com/shuLhan/share/lib/http"
- "github.com/shuLhan/share/lib/test"
+ libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
type httpRequestParams struct {