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

Bad Reference to "github.com/PayPal/gatt".option #2

Closed
phpdave opened this issue Mar 26, 2017 · 2 comments
Closed

Bad Reference to "github.com/PayPal/gatt".option #2

phpdave opened this issue Mar 26, 2017 · 2 comments

Comments

@phpdave
Copy link

phpdave commented Mar 26, 2017

go run  hrm.go
# command-line-arguments
../Projects/BlueTooth/hrm.go:164: cannot use option.DefaultClientOptions (type []"github.com/paypal/gatt".Option) as type []"github.com/cfreeman/gatt".Option in argument to "github.com/cfreeman/gatt".NewDevice
# go version

go version go1.7 linux/arm

@phpdave
Copy link
Author

phpdave commented Mar 26, 2017

My apologies looks like this is the same as issue #1 #1

cd ${GOPATH}/github.com/cfreeman/gatt
find ./ -type f -exec sed -i -e 's/paypal/cfreeman/g' {} \;   # This removes references to paypal 

@cfreeman
Copy link
Owner

If you shoot through a PR, I will merge it in. Thanks!

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

2 participants