emacampolo
emacampolo
My guess is that he wants to encode the prefix as binary in hex. ```go package main import ( "bytes" "encoding/binary" "encoding/hex" "fmt" "log" "github.com/moov-io/iso8583" "github.com/moov-io/iso8583/encoding" "github.com/moov-io/iso8583/field" "github.com/moov-io/iso8583/prefix" ) type...
Thank you for the quick response @alovak . Do I need an invitation to join the slack channel?
Thank you both for the assistance and specially @alovak for reaching out on slack so quickly. I have an initial implementation that may work. Below you will find a exploratory...
Nice, much better! Thank you for the detailed response. I'll give it a try xD
```bash ~/go/pkg/mod/golang.org/[email protected]/src /usr/local/go/bin/go list -mod readonly -json -m go: downloading go1.22 (darwin/arm64) go: download go1.22 for darwin/arm64: toolchain not available ``` Although not the same, it may be related to...