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

fix your go gets #10

Open
omgbox opened this issue Dec 13, 2024 · 1 comment
Open

fix your go gets #10

omgbox opened this issue Dec 13, 2024 · 1 comment

Comments

@omgbox
Copy link

omgbox commented Dec 13, 2024

The github.com/xgfone/go-bt package is actually declared as github.com/xgfone/bt in its go.mod file. This mismatch causes Go to fail when resolving the module. By updating the import path and ensuring the go.mod file reflects the correct module path, you can resolve this issue.

its not working

go run main.go
main.go:8:2: missing go.sum entry for module providing package github.com/xgfone/go-bt; to add:
        go mod download github.com/xgfone/go-bt

fails to install go mod download github.com/xgfone/go-bt

@xgfone
Copy link
Owner

xgfone commented Dec 15, 2024

It has been fixed on v0.6.1

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