Skip to content

Commit

Permalink
Use int64 instead of int
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <guillaume@charmes.net> (github: creack)
  • Loading branch information
creack committed May 11, 2014
1 parent 0d78799 commit 62bfef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/beam/beam.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type ReceiveSender interface {
}

const (
R int = 1 << (32 - 1 - iota)
R = iota
W
)

Expand Down

0 comments on commit 62bfef5

Please sign in to comment.