Skip to content

Commit

Permalink
Add missing files defining raceDetector.
Browse files Browse the repository at this point in the history
  • Loading branch information
niemeyer committed Jul 1, 2014
1 parent 8131ede commit 2e26580
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions raceoff.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// +build !race

package mgo

const raceDetector = false

5 changes: 5 additions & 0 deletions raceon.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// +build race

package mgo

const raceDetector = true

0 comments on commit 2e26580

Please sign in to comment.