From eae13cc26ce9f9a7681d67f7633ce32545505cd5 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 12 Feb 2026 09:35:36 +0700 Subject: all: simplify README and remove the symlink Using symlink does not render the README correctly in the sourcehut. --- README | 52 ---------------------------------------------------- README.md | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 53 deletions(-) delete mode 100644 README mode change 120000 => 100644 README.md diff --git a/README b/README deleted file mode 100644 index 9ff299e..0000000 --- a/README +++ /dev/null @@ -1,52 +0,0 @@ -# duitku - -duitku is a Go module for -[duitku.com](https://duitku.com). - -Not all HTTP APIs are supported only some of them. -List of supported HTTP APIs, - -* Disbursement, - * [Transfer online](https://docs.duitku.com/disbursement/en/#transfer-online) - * [Clearing](https://docs.duitku.com/disbursement/en/#clearing-transaction-flow) - * [Inquiry list bank](https://docs.duitku.com/disbursement/en/#inquiry-list-bank) - * [Check balance](https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request) - -* Merchant, - - * [Get payment method](https://docs.duitku.com/api/en/#get-payment-method) - * [Inquiry](https://docs.duitku.com/api/en/#request-transaction) - * [Check transaction status](https://docs.duitku.com/api/en/#check-transaction) - - -## Development - - - History of releases. - - - Project page. - - - Link to the source code repository. - - -## License - -Copyright (C) 2022 M. Shulhan <ms@kilabit.info> - -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) -any later version. - -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. - -You should have received a copy of the GNU General Public License along -with this program. -If not, see . - - diff --git a/README.md b/README.md deleted file mode 120000 index 100b938..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -README \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f02db9b --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# duitku + +duitku is a Go module for +[duitku.com](https://duitku.com). + +Not all HTTP APIs are supported only some of them. +List of supported HTTP APIs, + +- Disbursement, + - [Transfer online](https://docs.duitku.com/disbursement/en/#transfer-online) + - [Clearing](https://docs.duitku.com/disbursement/en/#clearing-transaction-flow) + - [Inquiry list bank](https://docs.duitku.com/disbursement/en/#inquiry-list-bank) + - [Check balance](https://docs.duitku.com/disbursement/en/#inquiry-check-balance-request) + +- Merchant, + - [Get payment method](https://docs.duitku.com/api/en/#get-payment-method) + - [Inquiry](https://docs.duitku.com/api/en/#request-transaction) + - [Check transaction status](https://docs.duitku.com/api/en/#check-transaction) + +## Development + + - History of releases. + + - Project page. + + - Link to the source code repository. + +## License + +Copyright (C) 2022 M. Shulhan <ms@kilabit.info>. + +This software is licensed under GPL 3.0 or later. + + -- cgit v1.3