1
0
Fork 0
mirror of https://github.com/vbatts/flaming-happiness.git synced 2024-11-27 02:45:40 +00:00

bumped it to zmq2 for testing by accident

This commit is contained in:
Vincent Batts 2013-07-18 07:41:38 -04:00
parent 9e225f4668
commit a197592e7b

View file

@ -5,7 +5,7 @@ import (
"encoding/json"
"flag"
notify "github.com/mqu/go-notify"
zmq "github.com/pebbe/zmq2"
zmq "github.com/pebbe/zmq3"
"log"
"os"
"os/signal"