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 Nov 23, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 thego.mod
isbetapictoris/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 followingcurl -sf https://goblin.reaper.im/github.com/BetaPictoris/timeleft | sh
The text was updated successfully, but these errors were encountered: