commit | 4d6878ec144abef6de29d4ee93ef6202cb3d6e03 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Feb 08 16:29:26 2024 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Feb 09 19:25:05 2024 -0500 |
tree | 482d61a6993e540a2b4012db4ee5602d9ba63d41 | |
parent | 2c039369b993fe437141591d8f8a6ef1fe3ba385 [diff] |
[VOL-5246] - branch and release bbsim go.mod ------ o Update package voltha-protos to v5.4.11 o Update package device-management-interface to v1.16.0 go.sum cmd/ internal/ vendor/ --------- o Update copyright notice o Invoke make mod-update to refresh dependencies. makefiles/golang/mod-update.mk ------------------------------ o Target mod-tidy must also pay attention to LOCAL_FIX_PERMS=1 else go.sum cannot be re-written in local-dev-mode. Change-Id: I7f565e6ce72273b239ad7b63c5da387c18f30bfe
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.