All of the below software must be installed and configured correctly to run the examples in this repository:
- Go 1.18beta2+: the development version of Go
- delve 1.18+: the Go debugger
- Python 3: for parsing Go benchmark results
While it is possible to do so successfully both on macOS and Linux, it is highly recommended to use Docker.
- For those who really want to run the examples on their local system, please proceed to the Native section.
- For those who just want to run the examples without fuss or muss, please proceed normally.
Next: Docker