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

Not able to install #1

Closed
sumgr0 opened this issue Mar 22, 2020 · 3 comments
Closed

Not able to install #1

sumgr0 opened this issue Mar 22, 2020 · 3 comments

Comments

@sumgr0
Copy link

sumgr0 commented Mar 22, 2020

Getting the below error when running the intended installation command:
go get -u github.com/hahwul/s3reverse
package github.com/hahwul/s3reverse: no Go files in /root/go/src/github.com/hahwul/s3reverse

@sumgr0
Copy link
Author

sumgr0 commented Mar 22, 2020

Fixed...edited the main.go
package s3reverse to package main
and then ran: go get -u github.com/sumgr0/s3reverse/cmd/s3reverse

@sumgr0 sumgr0 closed this as completed Mar 22, 2020
@hahwul
Copy link
Owner

hahwul commented Mar 22, 2020

Oh, I remember it was designated as the main package, but now I see the code is S3reverse. I changed the same thing! Thank you for sending me the issue!
645580b

@xElkomy
Copy link

xElkomy commented Mar 22, 2020

Fixed...edited the main.go
package s3reverse to package main
and then ran: go get -u github.com/sumgr0/s3reverse/cmd/s3reverse

thanks very much

hahwul pushed a commit that referenced this issue Jun 29, 2021
Fail safe in case of response error.
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

3 participants