#Adding libraries or packages
This document is intended for contributors who want to extend this codebase.
- Add any new libraries into the submodules from the root of the repo
cd $RELEASE_DIR/src/code.cloudfoundry.org
go get github.com/foo/bar #add dependency a go package
- Run the sync script:
./scripts/sync-package-specs