1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-13 19:29:10 +08:00
hybridgroup.gobot/platforms/bebop/bebop_driver_test.go
Damian Gryski b5083e67d3 Move interface assertions to test files.
In general, these shouldn't live in the package proper, since they're
actually tests.
2016-07-13 11:04:30 -06:00

6 lines
95 B
Go

package bebop
import "github.com/hybridgroup/gobot"
var _ gobot.Driver = (*BebopDriver)(nil)