labstack / gommon

Common packages for Go
MIT License
536 stars 100 forks source link

Used float32, but should use float64 #7

Closed usk81 closed 8 years ago

usk81 commented 8 years ago

gommon/byte computes 64 bit value, but use float32. Should use float64 If computes 64bit value.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 77.252% when pulling 62a7f911994f58667485f6560547a85e4bd9f8b6 on usk81:should_use_float64 into c8e533fc9cb891db60f659489cb7c55361ca393c on labstack:master.

vishr commented 8 years ago

Thanks for pointing it out. It was due to a recent change from int to int64 to make it work in raspberry pi 2.