Skip to content

Commit d4d9b12

Browse files
authored
Merge pull request #21 from ajroetker/fix-race-build-tags
Use standard race build tag for pool mutex guards
2 parents 338774b + ce15183 commit d4d9b12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/pool/no_race.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !race_mu
1+
//go:build !race
22

33
package pool
44

internal/pool/race.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build race_mu
1+
//go:build race
22

33
package pool
44

0 commit comments

Comments
 (0)