default constructor
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package input
|
||||
|
||||
type Input interface {
|
||||
Read() []byte
|
||||
Read() []Button
|
||||
}
|
||||
|
||||
func New() Input {
|
||||
return NewRandom('a', 'g')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user