nyaruka / phonenumbers

GoLang port of Google's libphonenumber library
MIT License
1.25k stars 148 forks source link

'buildmetadata' only updates the go source file, running programs cannot be updated #178

Closed fulidong-s closed 4 months ago

fulidong-s commented 4 months ago

Hello, I would like to ask if during the execution of "buildmetadata", only the go source file in the gen directory was updated, and the running service is using the map in the buffer, which is also a private property and cannot use the newly generated metadata. Can a hot update be implemented?

rowanseymour commented 4 months ago

That sounds beyond the scope of this project, which is just a go port of libphonenumber