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

go get error (unrecongnized import path) #25

Open
hahwul opened this issue Aug 30, 2020 · 1 comment
Open

go get error (unrecongnized import path) #25

hahwul opened this issue Aug 30, 2020 · 1 comment

Comments

@hahwul
Copy link

hahwul commented Aug 30, 2020

Hi :D
As from the README, I tried to install through go get, but the following error occurs.

case1
OS: MacOS 10.15.5
Go version: go1.15 darwin/amd64

case2
OS: ubuntu 20.04
Go version: go1.13.8 linux/amd64

Same result

$ go get -u github.com/iamstoxe/urlgrab
package urlgrab/browser: unrecognized import path "urlgrab/browser": import path does not begin with hostname
package urlgrab/utilities: unrecognized import pat

Um, problem is using the local package. Is there any reason for configuring it locally?

	"urlgrab/browser"
	. "urlgrab/utilities"
@hahwul
Copy link
Author

hahwul commented Aug 30, 2020

an go build is same

$ go build

I modified it my way and built it. I've send the PR and I'll leave it to your judgment!
(#26)

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