bumping rubocop

This commit is contained in:
Loic Nageleisen 2016-02-14 16:44:33 +01:00
parent eaa832524e
commit 1fe647876a
6 changed files with 48 additions and 25 deletions

View file

@ -12,14 +12,14 @@ Channel.select(messages) do |msg, c|
end
end
msg = 'hi'
messages <- msg
#select {
#case messages <- msg:
# fmt.Println("sent message", msg)
#default:
# fmt.Println("no message sent")
#}
# msg = 'hi'
# messages <- msg
# select {
# case messages <- msg:
# fmt.Println("sent message", msg)
# default:
# fmt.Println("no message sent")
# }
Channel.select(messages, signals) do |res, c|
case c