github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/i18n/resources/README.md (about) 1 # DO NOT CHANGE ANYTHING IN THIS DIRECTORY 2 This directory will get populated by the pipeline during the `build-binaries` job. Do NOT modify otherwise. 3 4 ## How this file was generated 5 ``` 6 $ cd code.cloudfoundry.org/cli/i18n 7 $ go-bindata -nometadata -pkg resources -ignore ".go" -o resources/i18n_resources.go resources/*.all.json 8 ```