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
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"
The text was updated successfully, but these errors were encountered:
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
Um, problem is using the local package. Is there any reason for configuring it locally?
The text was updated successfully, but these errors were encountered: