diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-12 18:09:52 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-12 18:09:52 +0700 |
| commit | 172b04fdfdbb879993402d5f6f447e4258fa19f6 (patch) | |
| tree | fed0f1df3674ebc92a920877e67ac121421c489b /rtol_inquiry_response.go | |
| parent | b278a9314e102ef6d2a47688318c56855f838e61 (diff) | |
| download | duitku-172b04fdfdbb879993402d5f6f447e4258fa19f6.tar.xz | |
all: replace module share with pakakeh.go
The share module has been migrated and renamed to
git.sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'rtol_inquiry_response.go')
| -rw-r--r-- | rtol_inquiry_response.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtol_inquiry_response.go b/rtol_inquiry_response.go index 62529e9..ac5b1b6 100644 --- a/rtol_inquiry_response.go +++ b/rtol_inquiry_response.go @@ -3,7 +3,7 @@ package duitku -import "github.com/shuLhan/share/lib/math/big" +import "git.sr.ht/~shulhan/pakakeh.go/lib/math/big" // RtolInquiryResponse contains response from inquiry for Online Transfer. type RtolInquiryResponse struct { |
