Closed mikelangelon closed 8 years ago
Go's reflection does not provide access to unexported fields. However, these arbitrary-precision numbers do implement encoding.TextMarshaller. I'll try a comparison fallback on the serial.
Can you give that one a try? :-)
It works! Thanks :D
Using the verify function, works perfect except if a Big.Rat variable is found in the "want" parameter. For example, this struct give problems due to that value:
Also I'm attaching the log.
Thanks :D
bugBigRat.txt