mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Merge pull request #5753 from creack/fix-beam-32bit
[beam] Use direct iota instead of binary shift
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ type ReceiveSender interface {
|
||||
}
|
||||
|
||||
const (
|
||||
R int = 1 << (32 - 1 - iota)
|
||||
R = iota
|
||||
W
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user