biter777 / countries

Countries - ISO-639, ISO-3166 countries codes with subdivisions and names, ISO-4217 currency designators, ITU-T E.164 IDD phone codes, countries capitals, UN M.49 codes, IANA ccTLD countries domains, FIPS, IOC/NOC and FIFA codes, VERY VERY FAST, compatible with Databases/JSON/BSON/GOB/XML/CSV, Emoji countries flags and currencies, Unicode CLDR.
https://pkg.go.dev/github.com/biter777/countries?tab=doc
BSD 2-Clause "Simplified" License
391 stars 75 forks source link

Use correct currency for US and CH, fixes #20 #21

Closed fcornelius closed 3 years ago

fcornelius commented 3 years ago

US should map to CurrencyUSD and CH should map to CurrencyCHF

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   99.95%   99.95%   -0.01%     
==========================================
  Files           7        7              
  Lines       13469    13393      -76     
==========================================
- Hits        13463    13387      -76     
  Misses          6        6              
Impacted Files Coverage Δ
countries.go 99.91% <100.00%> (-0.01%) :arrow_down:
domains.go 100.00% <0.00%> (ø)
regions.go 100.00% <0.00%> (ø)
capitals.go 100.00% <0.00%> (ø)
callcodes.go 100.00% <0.00%> (ø)
currencies.go 100.00% <0.00%> (ø)
textprepare.go 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b1dfe9e...9ce8dc5. Read the comment docs.

biter777 commented 3 years ago

Caught! :) Thnx u vm! Keep it up!