Skip to content
New issue

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

wrong package name for sphero #185

Closed
ericwq opened this issue May 3, 2015 · 1 comment
Closed

wrong package name for sphero #185

ericwq opened this issue May 3, 2015 · 1 comment

Comments

@ericwq
Copy link

ericwq commented May 3, 2015

$ 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

@ericwq
Copy link
Author

ericwq commented May 3, 2015

sorry myself problem

@ericwq ericwq closed this as completed May 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant