mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 13:18:00 +00:00
Use int64 instead of int
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume@charmes.net> (github: creack)
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