mofax / iso8583

an iso8583 library written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an iso8583 library written in golang

License:Other


Languages

Language:Go 100.0%