diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-08 15:41:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-02-03 19:42:09 +0700 |
| commit | 21392200a3620de491a23c83fa08c0063a5a3e08 (patch) | |
| tree | d329d728d1ecfddd3b3f6007cf1f1fb543764178 /_www/doc | |
| parent | d444b040de065613d580716164bbefb4e592607f (diff) | |
| download | gorankusu-21392200a3620de491a23c83fa08c0063a5a3e08.tar.xz | |
all: update links, replace "share" with "pakakeh.go"
Diffstat (limited to '_www/doc')
| -rw-r--r-- | _www/doc/SPECS.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/doc/SPECS.adoc b/_www/doc/SPECS.adoc index cb9b147..13c9a29 100644 --- a/_www/doc/SPECS.adoc +++ b/_www/doc/SPECS.adoc @@ -9,10 +9,10 @@ Gorankusu is a Go library that provide HTTP service with web user interface to test HTTP and/or WebSocket endpoints and for load testing HTTP endpoints. For testing HTTP endpoints it use the -https://pkg.go.dev/github.com/shuLhan/share/lib/http[lib/http^] +https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/http[lib/http^] package as the client, a wrapper for standard Go HTTP package. For testing WebSocket endpoints it use the -https://pkg.go.dev/github.com/shuLhan/share/lib/websocket[lib/websocket^] +https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/websocket[lib/websocket^] package as the client. For the load testing we use https://github.com/tsenart/vegeta[vegeta^] |
