Use go run for xgettext-go #869
Reference in New Issue
Block a user
No description provided.
Delete Branch "ineiti/abra:xgettext-compile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before: on a mac, the Makefile downloaded a linux file, which did not work
for updating the i18n.
Now: use 'go run' to run the xgettext-go file. go caches it, so it compiles only
once.
This also updates the
.drone.ymlfile to usego run- not sure if this is good or not...View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.