Bufferer interface
This commit is contained in:
parent
9e8610ba3b
commit
b458480c68
|
@ -0,0 +1,7 @@
|
||||||
|
package buffer
|
||||||
|
|
||||||
|
type (
|
||||||
|
Bufferer interface {
|
||||||
|
Next() rune
|
||||||
|
}
|
||||||
|
)
|
Loading…
Reference in New Issue