split src/devices/input into src/devices/input/{raw,wrap}
This commit is contained in:
10
src/device/input/wrap/wrap_test.go
Normal file
10
src/device/input/wrap/wrap_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package wrap
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestWrap(t *testing.T) {
|
||||
var _ Wrap = explicit{}
|
||||
var _ Wrap = &Refresh{}
|
||||
var _ Wrap = &Buffered{}
|
||||
var _ Wrap = &Remap{}
|
||||
}
|
||||
Reference in New Issue
Block a user