Skip to content

Commit

Permalink
Update readme for added test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rationull committed Jan 4, 2018
1 parent f63138c commit 185f076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2-race-in-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ are fine, but multiple writers are not.

# Test your solution

Use the following command to test for race conditions:
Use the following command to test for race conditions and correct functionality:
```
go run -race *.go
go test -race
```

Correct solution:
No output = solution correct:
```
$ go run -race *.go
$ go test -race
$
```

Expand Down

0 comments on commit 185f076

Please sign in to comment.