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
$ go get -u github.com/mofax/iso8583
package main
import "github.com/mofax/iso8583"
func main() {
}
check out the docs on GO DOCS