Package vat
Package for validating VAT numbers & retrieving VAT rates in Go.
Installation
Use go get.
go get github.com/dannyvankooten/vat
Then import the package into your own code.
import "gith
decimal
Arbitrary-precision fixed-point decimal numbers in go.
Note: Decimal library can "only" represent numbers with a maximum of 2^31 digits after the decimal point.
Features
The zero-value is 0,
accounting - money and currency formatting for golang
accounting is a library for money and currency formatting. (inspired by accounting.js)
Quick Start
go get github.com/leekchan/accounting
example.go