Dots for ignoring imports
This commit is contained in:
parent
9e92514efe
commit
b55167585a
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/hybridgroup/gobot"
|
||||
. "gobot"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/hybridgroup/gobot"
|
||||
. "gobot"
|
||||
)
|
||||
|
||||
func Hello(params map[string]interface{}) string {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/hybridgroup/gobot"
|
||||
"github.com/hybridgroup/gobot-sphero"
|
||||
. "github.com/hybridgroup/gobot"
|
||||
. "github.com/hybridgroup/gobot-sphero"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/hybridgroup/gobot"
|
||||
"github.com/hybridgroup/gobot-sphero"
|
||||
. "github.com/hybridgroup/gobot"
|
||||
. "github.com/hybridgroup/gobot-sphero"
|
||||
)
|
||||
|
||||
var Master *gobot.Master = gobot.GobotMaster()
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/hybridgroup/gobot"
|
||||
"github.com/hybridgroup/gobot-sphero"
|
||||
. "github.com/hybridgroup/gobot"
|
||||
. "github.com/hybridgroup/gobot-sphero"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue