golint fixes
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
package channels
|
package channels
|
||||||
|
|
||||||
|
// Queue is a type to be sent down a channel.
|
||||||
type Queue []string
|
type Queue []string
|
||||||
|
|
||||||
|
// Queuer provides a channel example.
|
||||||
type Queuer interface {
|
type Queuer interface {
|
||||||
Sub(topic string) (<-chan Queue, error)
|
Sub(topic string) (<-chan Queue, error)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user