Skip to content

Refreshing Go package index for your package#

It is quite frustrating to wait for pkg.go.dev to refresh your index, and I always forget how give it a slight push:

GOPROXY=proxy.golang.org go list -m example.com/[email protected]

The new version won't appear immediately, but at least it seems it will be quicker to show up.

Comments