We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5d95a commit 37dd593Copy full SHA for 37dd593
βsingleflight/singleflight.goβ
@@ -24,7 +24,7 @@ type call struct {
24
// These fields are read and written with the singleflight
25
// mutex held before the WaitGroup is done, and are read but
26
// not written after the WaitGroup is done.
27
- dups int
+ dups int64
28
chans []chan<- Result
29
}
30
0 commit comments