commit | e22aa760a77562ab49ea6b847274f7388eee35ed | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Wed Aug 16 16:32:49 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Aug 25 11:24:20 2023 -0400 |
tree | b4fbafc498f29486482967a011e6c3a5f0302e1d | |
parent | 53ab13c3aefd20a3f41430f9eb7b0a46972c06e0 [diff] |
VOL-5144 - Create beta-release branch for bbsim VERSION ------- o Bump version string to major.0-dev post release. .gitreview ---------- o Assign defaultbranch=master as a visual cue for branching problems. Change-Id: Ic2057b3ea40f272d5fe763cf55440de95ecc9621
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.