Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 12, 2023
1 parent cccc2e4 commit 8d394ef
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,12 @@ The `buildmetadata` command will fetch the latest XML file from the official Goo

It will rebuild the following files:

`metadata_bin.go` - contains the protocol buffer definitions for all the various formats across countries etc..

`shortnumber_metadata_bin.go` - contains the protocol buffer definitions for ShortNumberMetadata.xml

`countrycode_to_region_bin.go` - contains the information needed to map a contrycode to a region

`prefix_to_carrier_bin.go` - contains the information needed to map a phone number prefix to a carrier

`prefix_to_geocoding_bin.go` - contains the information needed to map a phone number prefix to a city or region

`prefix_to_timezone_bin.go` - contains the information needed to map a phone number prefix to a city or region
* `metadata_bin.go` - protocol buffer definitions for all the various formats across countries etc..
* `shortnumber_metadata_bin.go` - protocol buffer definitions for ShortNumberMetadata.xml
* `countrycode_to_region_bin.go` - information needed to map a contry code to a region
* `prefix_to_carrier_bin.go` - information needed to map a phone number prefix to a carrier
* `prefix_to_geocoding_bin.go` - information needed to map a phone number prefix to a city or region
* `prefix_to_timezone_bin.go` - information needed to map a phone number prefix to a city or region

```bash
% go install github.com/nyaruka/phonenumbers/cmd/buildmetadata
Expand Down

0 comments on commit 8d394ef

Please sign in to comment.