commit | f380a971d73c812881a130ad3514e1b6a73e5f96 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Sep 11 12:09:40 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Sep 11 12:09:53 2020 -0700 |
tree | 2f27ee1b86c4e5ecf93d04aa8a4d319cf1706058 | |
parent | bc46f07e25b6976b63840cffe0772ea6d669334b [diff] |
Updating docs and releasing 1.0.0 Change-Id: Ife63de3f51be9f24f16e174a2319bd6d914abe13
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.