Skip to content

Commit

Permalink
Imports corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
mandolyte committed Oct 26, 2014
1 parent 1720d85 commit c51568a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/worker.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package main

import (
"bytes"
"fmt"
"log"

"github.com/streadway/amqp"
"log"
"time"
)

func failOnError(err error, msg string) {
Expand Down

0 comments on commit c51568a

Please sign in to comment.