# Packages
No description provided by the author
# README
SWIFT SDK in GO
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:
INSTALL
go get github.com/alifcapital/swift
TESTS
// 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
Contributing
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.