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
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
I am trying to use this package in my go code : https://github.com/winebarrel/gcredstash. For doing so, I tried getting the package to my GOPATH using the below command :
$ go get -u github.com/winebarrel/gcredstash
package gcredstash: unrecognized import path "gcredstash" (import path does not begin with hostname)
package gcredstash/command: unrecognized import path "gcredstash/command" (import path does not begin with hostname)
The above command shows the above mentioned exceptions, but still downloads the package at the path :
When I try to import this package now in my go file, it does not suggest this package at all during import.
It looks like that the repo is not setup to use "go get". Could you please clarify on this more if the one specified is the actual problem, or then suggest how to import this as a go package and use in my service ?
The text was updated successfully, but these errors were encountered:
tmc
linked a pull request
Dec 1, 2018
that will
close
this issue
I've forked this repo to kgaughan/gcredstash so that it has an active maintainer. I've just merged #13 directly into my master branch after months of inactivity from the current maintainer. It may solve your problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to use this package in my go code : https://github.com/winebarrel/gcredstash. For doing so, I tried getting the package to my GOPATH using the below command :
The above command shows the above mentioned exceptions, but still downloads the package at the path :
/Users/rohitt/go/src/github.com/winebarrel/gcredstash
When I try to import this package now in my go file, it does not suggest this package at all during import.
It looks like that the repo is not setup to use "go get". Could you please clarify on this more if the one specified is the actual problem, or then suggest how to import this as a go package and use in my service ?
The text was updated successfully, but these errors were encountered: