commit | a7ef8d265402405907665a3481cd981ac4de81e1 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Mon Dec 11 18:11:53 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Wed Jan 03 10:22:43 2024 +0000 |
tree | 68ec1e95ac29ff2ef113f9395b923802516aabff | |
parent | 31af8541a0641ada3ebc6b5e18cd08a35ab81d3f [diff] |
[VOL-5246] - branch and release bbsim VERSION api/bbsim/bbsim.proto api/bbsim/bbsim_dmi.proto api/legacy/bbsim.proto cmd/bbr/bbr.go cmd/bbsim/bbsim.go cmd/bbsimctl/bbsimctl.go configs/bbsim.yaml tests/bbr.groovy tests/bbr.sh tools/main.go ------------------------ o Copyright message update o Append # [EOF] cmd/bbr/bbr.go cmd/bbsimctl/bbsimctl.go tools/main.go ------------------------ o Run gofmt -s -e -w on sources to fix linting complaints. Change-Id: I666f97b35ccfc012c02a54c0f99677be290a40d0
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.