github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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 ```