Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Fix pointer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdhas committed Jul 25, 2017
1 parent 4ca7939 commit 5459529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func main() {
log.Fatal(err)
}

consumer := queueConsumer.NewConsumer(consumerConfig, ing.readMessage, httpClient)
consumer := queueConsumer.NewConsumer(consumerConfig, ing.readMessage, &httpClient)

var wg sync.WaitGroup
wg.Add(1)
Expand Down

0 comments on commit 5459529

Please sign in to comment.