Documentation comments

This commit is contained in:
Ella Pietraroia 2019-12-23 11:29:25 +10:30
parent 7364174858
commit d4bfa08288
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ LICENSE
*/
// Package filter provides the interface and implementations of the filters to be used
// on video input that has been lexed
// on video input that has been lexed.
package filter
import (
@ -32,7 +32,7 @@ import (
type Filter interface {
io.WriteCloser
//NB: Filter interface may evolve with more methods as required
//NB: Filter interface may evolve with more methods as required.
}
// The NoOp filter will perform no operation on the data that is being recieved,