commit | 7f2ca14dde284735be84d2a09c291d657af49103 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Wed Dec 14 21:01:52 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Wed Dec 14 21:01:58 2022 -0500 |
tree | 8e360a1526e35a2516461aaebf4023cce31f9e5a | |
parent | 33db76e2f2381c8a243e2cb8e236e4a9084ad0fe [diff] |
Bump version string to force a clean build Change-Id: I3f2ab8c356319769aae09ee2552292946bb588dd
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.