You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
fails to install go mod download github.com/xgfone/go-bt
The text was updated successfully, but these errors were encountered: