good morning!!!!

Skip to content
Snippets Groups Projects
user avatar
Felix Lange authored
With Go 1.7, encoding/json marshals float64 using scientific
notation ("10e+6"), but Go's int and *big.Int decoders don't accept such
numbers. This change disables use of float64 to avoid the problem.
32db5716
History
Code owners
Name Last commit Last update
..