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