go

How to represent currency in Go?

英文: How to represent currency in Go? 问题 在Go语言中,正确存储和进行货币运算的方式是使用decimal包。Go语言本身没有内置的十进制类型,但是可以使用第三方库...