Skip to content

docs: add quicksheet-gomod extension to directory - #475

Open
cemheren wants to merge 3 commits into
mainfrom
grow/gomod-ext-crosslink
Open

docs: add quicksheet-gomod extension to directory#475
cemheren wants to merge 3 commits into
mainfrom
grow/gomod-ext-crosslink

Conversation

@cemheren

Copy link
Copy Markdown
Owner

Adds the new gomod: extension to the QuickSheet extension directory (README table + docs/extensions.md).

What

Deskworks/quicksheet-gomod shows Go module info in a cell — latest version, publish date, and published-version count — from the public Go module proxy. Supports multi-module comparison tables.

gomod: github.com/gin-gonic/gin
gomod: github.com/gin-gonic/gin,github.com/spf13/cobra

Why

Completes the package-registry extension family (npm/pypi/crates/nuget/maven/rubygems/hackage). Go was the notable missing major ecosystem. Serves the Go-developer persona: check a module's latest version without leaving the wallpaper.

Details

  • Zero NuGet deps; BCL HttpClient only. Free, no API key.
  • Module paths are case-encoded per the Go module proxy protocol.
  • 30-minute cache. Build green (0 warnings/0 errors); smoke-tested live (gin v1.12.0, cobra v1.10.2).
  • This PR is docs-only for the main repo + the scaffold under the skill drafts dir; the extension lives in its own repo.

cemheren and others added 3 commits June 22, 2026 09:02
Adds the gomod: extension (Go module info — latest version, publish date,
and version count via the public Go module proxy) to the README extension
table and docs/extensions.md, alongside the other package-registry
extensions (npm/pypi/crates/nuget/maven/rubygems/hackage). Includes the
scaffold under the grow-quicksheet skill drafts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant