AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.22k stars 157 forks source link

Provide a more elegant way to generate metadata #32

Closed lryong closed 3 years ago

lryong commented 3 years ago

We are now updating the metadata by means of a script in cmd/build_metadata/main.go, while it is a bit of trick, it calls cmd/build_metadata/update.sh to retrieve raw text files and then converts into metadata*.go_ files.

It is more appropriate to provide a way to generate metadata directly