Benchmarks / Tests / go fmt

Hello,

I have got three questions in one:

  • How to run all the tests?
  • How to run the benchmarks? Can I start all at once?
  • How to use go fmt? I see no difference afterwards, so my pushes always fail.

Thanks a lot by advance!

Use make check for the tests – see the Go tools doc for the other questions.