You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package for validating VAT numbers & retrieving VAT rates in Go.
8
+
Package for validating VAT numbers & retrieving VAT rates (from [ibericode/vat-rates](https://github.com/ibericode/vat-rates)) in Go.
9
9
10
10
## Installation
11
11
@@ -46,6 +46,8 @@ func main() {
46
46
47
47
### Retrieving VAT rates
48
48
49
+
> This package relies on a [community maintained repository of vat rates](https://github.com/ibericode/vat-rates). We invite you to toggle notifications for that repository and contribute changes to VAT rates in your country once they are announced.
50
+
49
51
To get VAT rate periods for a country, first get a CountryRates struct using the country's ISO-3166-1-alpha2 code.
50
52
51
53
You can get the rate that is currently in effect using the `GetRate` function.
0 commit comments