locales v0.9.1 Release Notes

Release Date: 2016-09-11 // over 7 years ago
  • 🛠 What's changed/was fixed?

    • variables are now stored as string instead of []byte appending a string to a byte array is faster that appending another []byte...who knew
    • l10n functions such as FmtNumber, FmtCurrency... now return string instead of []byte for easier use and potential optimization for the backend in the future ( if needed )