github.com/danil/iso8583@v0.21.0/README.md (about)

     1  # ISO 8583
     2  
     3  [![Build Status](https://cloud.drone.io/api/badges/danil/iso8583/status.svg)](https://cloud.drone.io/danil/iso8583)
     4  [![Go Reference](https://pkg.go.dev/badge/github.com/danil/iso8583.svg)](https://pkg.go.dev/github.com/danil/iso8583)
     5  
     6  [ISO 8583][] codec for Go.  
     7  Source files are distributed under the BSD-style license
     8  found in the [LICENSE](./LICENSE) file.
     9  
    10  [ISO 8583]: https://en.wikipedia.org/wiki/ISO_8583
    11  
    12  ## Install
    13  
    14      go get github.com/danil/iso8583@v0.21.0