Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Integralist/c0933883cc79aa0d84162d839cfc6253 to your computer and use it in GitHub Desktop.
Save Integralist/c0933883cc79aa0d84162d839cfc6253 to your computer and use it in GitHub Desktop.
[Populate (or update) pkg.go.dev with new package] #go #golang #dev #pkg

Add

If you want a project to appear in https://pkg.go.dev then visit the expected page and click on the "Request ..." button.

e.g.

https://pkg.go.dev/github.com/integralist/go-flags

I clicked on the button "Request github.com/integralist/go-flags" and it started to populate.

Update

https://pkg.go.dev/github.com/fastly/go-fastly/v3@main

or

https://pkg.go.dev/github.com/fastly/go-fastly/v3@v3.8.0 (and there should be a button that will show letting you pull the version specified).

Or yet another way is:

https://sum.golang.org/lookup/github.com/fastly/go-fastly/v3@v3.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment