commit | 590f0ffb0cfec0d772941ba8fb5472594cedeb39 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Sep 21 12:21:01 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Sep 21 12:21:12 2020 -0700 |
tree | edb3ff35969422c8196b09e32f12642d5a76734d | |
parent | edf30c7e2a504e9dad7a12a1f00ff95b59fa1265 [diff] |
Releasing BBSim 1.1.0 This release supports the latest changes in the OLT flows as per VOL-3212 Change-Id: I8a259b67680630600c9b08b0b12eb0dc278f7fac
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.