x1unix/go-playground

Force re-download of a package?

mikeschinkel opened this issue · 5 comments

I am wanting to use GoPlay.tools in my README.md for some of my projects, but I am finding that once you download my package if I make any last minute changes your online service continues to use the old one.

Is there a way to get it to re-download a package? Failing that, how long is the timeout before it will clear the cache and allow for downloading again?

@mikeschinkel hello, what execution mode do you use?

image

Using any option from the Run on server group means that code is running on the official Go playground server and I can't change this behavior.

As an alternative, I can propose using Go Interpreter option which will download the latest package from Go module proxy but you have to ensure that Go module proxy knows about your latest package version.

This issue is stale because it has been open for 15 days with no activity. It will be closed if no further activity occurs. Thank you.

This issue is stale because it has been open for 15 days with no activity. It will be closed if no further activity occurs. Thank you.

This issue was closed because it has been inactive for 15 days since being marked as stale. Please reopen if you'd like to work on this further.