golint fixes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user