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
@@ -10,13 +10,11 @@ This fork fixes quite a few bugs and more closely follows the official Java impl
10
10
11
11
This library is used daily in production for parsing and validation of numbers across the world, so is well maintained. Please open an issue if you encounter any problems, we'll do our best to address them.
12
12
13
-
Version Numbers
14
-
=======
13
+
# Version Numbers
15
14
16
15
As we don't want to bump our major semantic version number in step with the upstream library, we use independent version numbers than the Google libphonenumber repo. The release notes will mention what version of the metadata a release was built against.
The `buildmetadata` command will fetch the latest XML file from the official Google repo and rebuild the go source files containing all the territory metadata, timezone and region maps. (you will need `svn` installed on your path)
33
30
@@ -44,7 +41,6 @@ It will rebuild the following files:
44
41
`prefix_to_timezone_bin.go` - contains the information needed to map a phone number prefix to a city or region
45
42
46
43
```bash
47
-
% go get github.com/nyaruka/phonenumbers
48
-
% go install github.com/nyaruka/phonenumbers/cmd/buildmetadata
0 commit comments