We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ go build found packages doc.go (sphero) and sphero_adaptor.go (main) in /Users/ericwq/dev/go_works/src/github.com/hybridgroup/gobot/platforms/sphero
$ grep package *.go doc.go: package main //under comment, so ignore it. doc.go:package sphero sphero_adaptor.go:package main sphero_adaptor_test.go:package sphero sphero_driver.go:package sphero sphero_driver_test.go:package sphero sphero_packets.go:package sphero
The text was updated successfully, but these errors were encountered:
sorry myself problem
Sorry, something went wrong.
No branches or pull requests
$ go build
found packages doc.go (sphero) and sphero_adaptor.go (main) in /Users/ericwq/dev/go_works/src/github.com/hybridgroup/gobot/platforms/sphero
$ grep package *.go
doc.go: package main //under comment, so ignore it.
doc.go:package sphero
sphero_adaptor.go:package main
sphero_adaptor_test.go:package sphero
sphero_driver.go:package sphero
sphero_driver_test.go:package sphero
sphero_packets.go:package sphero
The text was updated successfully, but these errors were encountered: