This package is written to cover low level stuff for integration with SWIFT Payments. All code is written according to specification from Developers API, checkout the link to discover more. References for the moment package implements:
go get github.com/alifcapital/swift
// provide `tests.json` file (example: `tests.json.example`) and run
go test -cover
// to see coverage details
go test . -coverprofile tests.cover && go tool cover -html tests.cover && rm tests.cover
Pull requests are welcome. For any changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.