Closed shaxbee closed 6 years ago
Fixed compat with 1.8, optimized and cleaned up code, fixed string quoting. Ready for review :-)
thanks @shaxbee ! Will review within a day :)
sqrl
supports Go1.8 and higher, let's keep code backward compatible for a while.
@elgris Yup, I've replaced strings.Builder with bytes.Buffer for compat
Added support for array and int/uint types from reflect package with tests.
Ready for review :-)
thanks @shaxbee !
Just noticed strings.Builder is not in go 1.8, I can fix it if we are supporting that version :-)