shopspring / decimal

Arbitrary-precision fixed-point decimal numbers in Go
Other
6.41k stars 623 forks source link

Implement fmt.Formatter #366

Open u5surf opened 7 months ago

u5surf commented 7 months ago

We would like to get started implement the fmt.Formatter. At first, we implement the indicators of '%s' and '%f'.

'%s' is due to compatibility for conventional behavior.