Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 639 Bytes

GoDoc

ISO 8583 is a financial industry messaging format. when you make a purchase using your card, that transaction will probably reach you bank encoded in ISO 8583 format.

This Go package provides tools for packing and unpacking those kinds of messages

installation

$ go get -u github.com/mofax/iso8583

example

package main

import "github.com/mofax/iso8583"

func main() {

}

check out the docs on GO DOCS