commit | a26b069642b89a140e50cb50d6d8ef53c71ee3d5 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 26 11:15:07 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 26 11:15:07 2020 -0700 |
tree | 64800ff3002fbbd01025439403c8025dc20eb224 | |
parent | 0be67e635b9e035398ab9fdb05f477ed645e5574 [diff] |
Releasing version 0.1.0 Change-Id: If3265a92de5b8f7da8f88a609ddde9c097fe749a
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.