Development-Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
For local development we recommend to use Docker.
If you don’t have it you can read how to install it here:
git clone git@github.com:buger/goreplay.git
To run tests execute next command:
You can copy the command that is produced and modify it. For example, if you need to run one test copy the command and add -run TestName
, e.g.:
To get a binary file run