Skip to content

Commit 37dd593

Browse files
committed
change call.dups type to int64
1 parent cd5d95a commit 37dd593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žsingleflight/singleflight.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type call struct {
2424
// These fields are read and written with the singleflight
2525
// mutex held before the WaitGroup is done, and are read but
2626
// not written after the WaitGroup is done.
27-
dups int
27+
dups int64
2828
chans []chan<- Result
2929
}
3030

0 commit comments

Comments
 (0)