github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+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 ```