update documentation with examples to use Go native types #341
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
This module supports the native Go types in data structures. So, instead of *field.String, you can use either *string or string. However, the documentation does not reflect this. It would be great to fix it.
Example:
The implemented proposal with the details can be found here: #277
If it's needed, here you can find all PRs to see how and what was changed: https://github.com/moov-io/iso8583/issues?q=is%3Aclosed+milestone%3A%22Use+native+Go+types+to+get%2Fset+data+from+ISO+8583+messages%22
The text was updated successfully, but these errors were encountered: