diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-21 16:51:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-21 16:52:51 +0700 |
| commit | 842206eacafa273b63beee4ab8a7de3b000dfa73 (patch) | |
| tree | 29d403e511ee52a9f9b19ca99a2a36ecb3dafe6c /environment_test.go | |
| parent | 1b8a3151bbb15322bd22bbff841803c6bc9cd7d0 (diff) | |
| download | rescached-842206eacafa273b63beee4ab8a7de3b000dfa73.tar.xz | |
all: replace module "share" with "pakakeh.go"
The module "share" has been moved to new repository at SourceHut and
we rename it to make it more unique instead of common English words
"share".
Diffstat (limited to 'environment_test.go')
| -rw-r--r-- | environment_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/environment_test.go b/environment_test.go index 467bd5b..a3235d3 100644 --- a/environment_test.go +++ b/environment_test.go @@ -9,10 +9,10 @@ import ( "path/filepath" "testing" - "github.com/shuLhan/share/lib/dns" - libhttp "github.com/shuLhan/share/lib/http" - "github.com/shuLhan/share/lib/ini" - "github.com/shuLhan/share/lib/test" + "git.sr.ht/~shulhan/pakakeh.go/lib/dns" + libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http" + "git.sr.ht/~shulhan/pakakeh.go/lib/ini" + "git.sr.ht/~shulhan/pakakeh.go/lib/test" ) func TestEnvironment(t *testing.T) { @@ -87,7 +87,7 @@ func TestLoadEnvironment(t *testing.T) { URL: "http://127.0.0.1:11180/hosts/c", }, }, - HttpdOptions: &libhttp.ServerOptions{ + HttpdOptions: libhttp.ServerOptions{ Address: "127.0.0.1:5381", }, ServerOptions: dns.ServerOptions{ |
