How to represent currency in Go?

Viewed 21965

What is the correct way to store and do arithmetic on currency in Go? There doesn't seem to be a corresponding decimal type and using floats is a big no.

4 Answers
Related