This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
hybridgroup.gobot
mirror of
https://github.com/hybridgroup/gobot.git
Watch
1
Star
0
Fork
You've already forked hybridgroup.gobot
0
Code
Issues
Projects
Releases
Wiki
Activity
15049727d8
hybridgroup.gobot
/
platforms
/
parrot
/
bebop
/
bebop_driver_test.go
6 lines
78 B
Go
Raw
Normal View
History
Unescape
Escape
Move interface assertions to test files. In general, these shouldn't live in the package proper, since they're actually tests.
2016-07-14 01:01:36 +08:00
package
bebop
core: use canonical import domain of gobot.io for all code Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-08 20:24:03 +08:00
import
"gobot.io/x/gobot"
Move interface assertions to test files. In general, these shouldn't live in the package proper, since they're actually tests.
2016-07-14 01:01:36 +08:00
core: Refactor Bebop platform for new Adaptor/Driver creation signatures Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-09-25 22:05:24 +08:00
var
_
gobot
.
Driver
=
(
*
Driver
)
(
nil
)