Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix conversion from int to float64 (#753)
* fix: fix conversion from int to float64 * fix: fix a compile error ``` cannot convert v (variable of type interface{}) to type float64: need type assertion ```
- Loading branch information