aboutsummaryrefslogtreecommitdiff
path: root/bank.go
AgeCommit message (Collapse)Author
2025-07-12all: replace module share with pakakeh.goShulhan
The share module has been migrated and renamed to git.sr.ht/~shulhan/pakakeh.go.
2023-03-23all: replace golangci-lint with reviveShulhan
The golangci-lint is become unusable when building with Go tip and their default run does not return any results. This changes fix all code and comments reported by revive.
2022-10-31all: realign all structShulhan
This is to minimize the memory usage. In the response struct we remove unused Data field.
2022-10-19duitku: library and HTTP client for duitku.comShulhan
Currently, the client provide API for fetching list of banks for disbursement. See https://docs.duitku.com/ for reference.