| Age | Commit message (Collapse) | Author |
|
|
|
The share module has been migrated and renamed to
git.sr.ht/~shulhan/pakakeh.go.
|
|
The gocheck linter implement go statis analysis using [Analyzer] that
are not included in the default "go vet".
[Analyzer]: https://pkg.go.dev/golang.org/x/tools/go/analysis#hdr-Analyzer
|
|
|
|
|
|
|
|
The latest share module provide function to marshal struct to url.Values
which we will need later for querying payment status.
|
|
Currently, the client provide API for fetching list of banks for
disbursement.
See https://docs.duitku.com/ for reference.
|