tracks/go/exercises/TRACK_HINTS.md in trackler-2.0.6.9 vs tracks/go/exercises/TRACK_HINTS.md in trackler-2.0.6.10

- old
+ new

@@ -1,5 +1,5 @@ -To run the tests simply run the command `go test` in the exercise directory. +To run the tests run the command `go test` from within the exercise directory. If the test suite contains benchmarks, you can run these with the `-bench` flag: go test -bench .