Encode decimals as floats without precision loss

This commit is contained in:
2018-11-18 19:02:34 +01:00
parent 68567fad6e
commit c0a153a532
5 changed files with 300 additions and 13 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ install:
dep ensure
test:
go test -v ./tests
go test -v ./{mysql,tests}