Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

goblin module name resolution error #2

Closed
barelyhuman opened this issue Apr 19, 2022 · 3 comments
Closed

goblin module name resolution error #2

barelyhuman opened this issue Apr 19, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@barelyhuman
Copy link

Hey,
I have a tiny little service that allows you to install go binary apps using a curl script

There's a tiny issue though, the resolution path of the module is github.com/BetaPictoris/timeleft and the name of the module in the go.mod is betapictoris/timeleft , the mismatch stops go lang from compiling the module on the fly.

if you sync the them to be github.com/BetaPictoris/timeleft , it would help with the compilation and the package could be then installed with the following

curl -sf https://goblin.reaper.im/github.com/BetaPictoris/timeleft | sh
@betapictoris betapictoris added the bug Something isn't working label Apr 19, 2022
@betapictoris betapictoris self-assigned this Apr 19, 2022
@betapictoris
Copy link
Owner

Thank you your project looks really cool! I'll fix the go.mod.

@barelyhuman
Copy link
Author

Cool,
you can now use the below url for installation

curl -sf https://goblin.reaper.im/github.com/BetaPictoris/timeleft/src | OUT=timeleft sh

Slightly longer url since the codebase has the main package in the src folder

@betapictoris
Copy link
Owner

I've added the script to the readme in a2eb88b. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants