Skip to content

Commit

Permalink
Fixed main example method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Carlson committed Nov 27, 2018
1 parent 8046b3d commit c88e63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func ItemBuilder() interface{} {
return &Item{}
}

// ExampleQueue_main() show how the queue works
// ExampleDQue shows how the queue works
func ExampleDQue() {
qName := "item-queue"
qDir := "/tmp"
Expand Down

0 comments on commit c88e63e

Please sign in to comment.