mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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:
parent
0d78799db7
commit
62bfef59f7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ type ReceiveSender interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
R int = 1 << (32 - 1 - iota)
|
R = iota
|
||||||
W
|
W
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue