samples: these are specific to bob, so only load the bbb host

This commit is contained in:
Karan Misra 2014-04-11 09:10:17 +05:30
parent 87e958c01d
commit 859a6619f8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/kidoman/embd"
_ "github.com/kidoman/embd/host/all"
_ "github.com/kidoman/embd/host/bbb"
)
func main() {

View File

@ -10,7 +10,7 @@ import (
"github.com/kidoman/embd"
_ "github.com/kidoman/embd/host/all"
_ "github.com/kidoman/embd/host/bbb"
)
func main() {